Updated the .env.example
This commit is contained in:
parent
5cb47f6cd9
commit
3224adf6c1
@ -1,5 +1,11 @@
|
|||||||
MONGOOSE_STRING=mongodb://user:pass@localhost:27017/database
|
DB_NAME=sheepstar
|
||||||
|
DB_USER=sheepstar
|
||||||
|
DB_PASS=sheepstar
|
||||||
|
DB_HOST=localhost
|
||||||
API_PORT=8671
|
API_PORT=8671
|
||||||
SHORTENER_PORT=8672
|
SHORTENER_PORT=8672
|
||||||
CDN_PORT=8673
|
CDN_PORT=8673
|
||||||
AS_PORT=8674
|
DC_CLIENT=client-id
|
||||||
|
DC_SECRET=client-secret
|
||||||
|
DC_REDIRECT_URI=http://localhost
|
||||||
|
GCLOUD_STORAGE_BUCKET=sheepstar
|
Loading…
x
Reference in New Issue
Block a user