Skip to content

Commit

Permalink
comment options for gradle (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg3lopez authored Feb 15, 2024
1 parent 44f7e7b commit 111906c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generate_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
# Define the content of the .env file



env_content="ENV=local
KEY_VAULT-NAME=ti-key-vault-name
REPORT_STREAM_URL_PREFIX=http://localhost:7071
STORAGE_ACCOUNT_BLOB_ENDPOINT=https://cdctiinternal.blob.core.windows.net
METADATA_CONTAINER_NAME=metadata
DB_URL=localhost
DB_PORT=5433
DB_URL=postgresql # for gradlew: DB_URL=localhost
DB_PORT=5432 # for gradlew: DB_PORT=5433
DB_NAME=intermediary
DB_USER=intermediary
DB_PASS=changeIT!
Expand Down

0 comments on commit 111906c

Please sign in to comment.