Separate bot and API server .env files. Add example .env files.

This commit is contained in:
Dragory 2019-07-21 14:37:46 +03:00
parent 0c00c5355f
commit 2a10837194
5 changed files with 18 additions and 2 deletions

9
api.env.example Normal file
View file

@ -0,0 +1,9 @@
PORT=
CLIENT_ID=
CLIENT_SECRET=
OAUTH_CALLBACK_URL=
DASHBOARD_URL=
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_DATABASE=