mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 16:01:02 +00:00
12 lines
320 B
Bash
12 lines
320 B
Bash
CONTAINER_NAME=
|
|
PANEL_APP_PORT_HTTP=80
|
|
PANEL_APP_PORT_HTTPS=443
|
|
APP_URL=http://localhost
|
|
SPOTIFY_PUBLIC=replace-with-client-id
|
|
SPOTIFY_SECRET=replace-with-client-secret
|
|
SPOTIFY_API_DELAY_MS=2000
|
|
CORS=all
|
|
MONGO_ENDPOINT=mongodb://your-spotify-mongo:27017/your_spotify
|
|
MONGO_DATA_PATH=./data/mongo
|
|
TIME_ZONE=Asia/Shanghai
|