Skip to content

Commit

Permalink
build: updated DotEnv example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
luisaveiro committed Jan 9, 2023
1 parent 6b04b87 commit cb42ff4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,20 @@ COCKROACHDB_PORT=26257
# Map the database container UI port to the host port. | default: 8080
COCKROACHDB_UI_PORT=8080

#--------------------------------------------------------------------------
# CouchDB env
#--------------------------------------------------------------------------

# The CouchDB database container name. | default: local_dbs_couchdb
COUCHDB_CONTAINER_NAME="${APP_NAME}_couchdb"

# Map the database container exposed port to the host port. | default: 5984
COUCHDB_PORT=5984

# The CouchDB database user credentials.
COUCHDB_USERNAME="${DB_USERNAME}"
COUCHDB_PASSWORD="${DB_PASSWORD}"

#--------------------------------------------------------------------------
# DynamoDB local env
#--------------------------------------------------------------------------
Expand Down

0 comments on commit cb42ff4

Please sign in to comment.