Skip to content

Commit

Permalink
build: update .env template
Browse files Browse the repository at this point in the history
- replace mongodb to sql
  • Loading branch information
Chinlinlee committed Aug 2, 2023
1 parent 8f14829 commit 9a8ac01
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# MongoDB
MONGODB_NAME="raccoon-dicom"
MONGODB_HOSTS=["mongodb"]
MONGODB_PORTS=[27017]
MONGODB_USER="root"
MONGODB_PASSWORD="root"
MONGODB_AUTH_SOURCE="admin"
MONGODB_OPTIONS=""
MONGODB_IS_SHARDING_MODE=false
# SQL
SQL_HOST="127.0.0.1"
SQL_PORT="5432"
SQL_DB="raccoon"
SQL_TYPE="postgres"
SQL_USERNAME="postgres"
SQL_PASSWORD="postgres"

# Server
SERVER_PORT=8081
Expand Down

0 comments on commit 9a8ac01

Please sign in to comment.