diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1cc8b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +Server/\.env diff --git a/Server/.env b/Server/.env deleted file mode 100644 index e1725a1..0000000 --- a/Server/.env +++ /dev/null @@ -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 diff --git a/Server/.env.example b/Server/.env.example new file mode 100644 index 0000000..5e6f586 --- /dev/null +++ b/Server/.env.example @@ -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 diff --git a/Server/.gitignore b/Server/.gitignore index 2cc5fbf..39f0102 100644 --- a/Server/.gitignore +++ b/Server/.gitignore @@ -1,2 +1,3 @@ node_modules .data +.env