Skip to content

Instantly share code, notes, and snippets.

@kanzitelli
Created September 13, 2019 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanzitelli/35f412415003ca5fbc5aac2bfd110df6 to your computer and use it in GitHub Desktop.
Save kanzitelli/35f412415003ca5fbc5aac2bfd110df6 to your computer and use it in GitHub Desktop.
.ENV file for deploying on Digital Ocean
DOMAIN_NAME=good-news.<your-domain.com>
# get from DO dashboard: Manage -> API -> Personal tokens
DO_AUTH_TOKEN=<YOUR_DO_AUTH_TOKEN>
API_GIN_DEBUG_MODE=false
# change these values to what you desire
MONGO_ADMIN=GGCTeamBatr
MONGO_ADMIN_PSWD=MySuperSecretPassword
MONGO_DB_USER=suuuper_user
MONGO_DB_PSWD=soop3r_U$eR_PSWD
MONGO_DB_NAME=good_news_db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment