Skip to content

Commit

Permalink
Add .env example
Browse files Browse the repository at this point in the history
  • Loading branch information
moyogii committed Aug 16, 2024
1 parent e96c048 commit ecaff09
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
DEPLOYMENT_ENV=
SENTRY_DSN=

APP_TOKEN=
APP_TOKEN_CANARY=
APP_PUBLIC_KEY=
APP_PUBLIC_KEY_CANARY=
APP_CLIENT_SECRET=
APP_CLIENT_SECRET_CANARY=
BOT_REDIRECT_URL=

SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=

MUSIC_NODE_HOST=
MUSIC_NODE_PORT=
MUSIC_NODE_PASS=

OSU_CLIENT_ID=
OSU_CLIENT_ID_CANARY=
OSU_REDIRECT_URI=
OSU_REDIRECT_URI_CANARY=
OSU_SUCESS_REDIRECT_PAGE=

0 comments on commit ecaff09

Please sign in to comment.