-
-
Save kanzitelli/35f412415003ca5fbc5aac2bfd110df6 to your computer and use it in GitHub Desktop.
.ENV file for deploying on Digital Ocean
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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