mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Create .env.example
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user