-
-
Save akimichi/c0226556de6d6ea780af6698702f72d9 to your computer and use it in GitHub Desktop.
mongoqlの環境設定 .env
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
MONGO_USER=emile | |
MONGO_PASSWORD=shinka | |
MONGO_HOST=hippocrates.local | |
# MONGO_HOST=galeus.local | |
MONGO_PORT=27117 | |
MONGO_DATABASE=EHR-dev | |
ORCAQL_URL=http://orcaql.local:4000/graphql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment