Created
December 6, 2022 13:58
-
-
Save ibombonato/302ff1e41c84cf427441b6bbf0743c2c to your computer and use it in GitHub Desktop.
sample_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
AZURE_STORAGE_CONNECTION_STRING=DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://host.docker.internal:10000/devstoreaccount1;QueueEndpoint=http://host.docker.internal:10001/devstoreaccount1; | |
AZURE_CONTAINER=ui-container | |
SFTP_HOST=host.docker.internal | |
SFTP_USER=foo | |
SFTP_PASS=pass | |
SFTP_FOLDER=/upload | |
POSTGRES_HOST=host.docker.internal | |
POSTGRES_PORT=5433 | |
POSTGRES_DATABASE=myDb | |
POSTGRES_USER=admin | |
POSTGRES_PASSWORD=admin | |
LOGS_FOLDER=./logs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment