mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
remove .env
This commit is contained in:
parent
a4acc441ea
commit
6840446cdf
4 changed files with 10 additions and 6 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
Server/\.env
|
|
@ -1,6 +0,0 @@
|
|||
DB_URL=postgres://roleypoly:19216801@localhost:5432/roleypoly
|
||||
DEBUG=true
|
||||
NODE_ENV=development
|
||||
DISCORD_CLIENT_ID=363916474127220739
|
||||
DISCORD_CLIENT_SECRET=PZd3u4Rkok200o-5UcG3hnB8MVdALPz5
|
||||
APP_URL=http://localhost:6769
|
7
Server/.env.example
Normal file
7
Server/.env.example
Normal file
|
@ -0,0 +1,7 @@
|
|||
DB_URL=postgres://roleypoly:19216801@localhost:5432/roleypoly
|
||||
DEBUG=true
|
||||
NODE_ENV=development
|
||||
DISCORD_CLIENT_ID=36391647431320739
|
||||
DISCORD_CLIENT_SECRET=PZd3u4RkokhnB8MVdALPz5
|
||||
DISCORD_BOT_TOKEN=qgTk4wm9Q7ECmMCovpmJVNCBltzJhL
|
||||
APP_URL=http://localhost:6769
|
1
Server/.gitignore
vendored
1
Server/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
node_modules
|
||||
.data
|
||||
.env
|
||||
|
|
Loading…
Add table
Reference in a new issue