Files
Vocard/web/README.md
devium335 3b259e4003 Fixed all instances of typo
Fixed all instances of the typo (`sercet` to `secret`)
2024-07-16 23:21:40 -04:00

784 B

Dashboard Tutorial

Click on the image below to watch the tutorial on Youtube.

Dashboard

Configuration

  1. Fill in CLIENT_SECRET_ID and SECRET_KEY values in .env
Values Description
CLIENT_SECRET_ID Your Discord bot client secret id (Discord Portal) (optional)
SECRET_KEY Secret key for dashboard (optional)
  1. Add ipc_server configuration in settings.json
"ipc_server": {
    "host": "127.0.0.1",
    "port": 8000,
    "enable": false
},

Quick Start

cd web                    #Go to the web directory
python webapp.py          #Start the web server