mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
12 lines
322 B
Bash
12 lines
322 B
Bash
NODE_ENV=development
|
|
#development
|
|
#production
|
|
|
|
DATABASE_URL=postgresql://user:password@host:port/dbName?schema=public
|
|
|
|
DISCORD_TOKEN=SuperSecretDiscordToken
|
|
DEVELOPER_IDS=DEV1_ID,DEV2_ID
|
|
PRIVATE_BOT=true
|
|
|
|
OSU_API_KEY=SuperSecretosu!Key
|
|
YOUTUBE_COOKIE_BASE64=SuperSecretCookie_EncodeItInBase64_AndThen_RemoveTheLastEqualToo |