Skip to content

Instantly share code, notes, and snippets.

@ibombonato
Created December 6, 2022 13:58
Show Gist options
  • Save ibombonato/302ff1e41c84cf427441b6bbf0743c2c to your computer and use it in GitHub Desktop.
Save ibombonato/302ff1e41c84cf427441b6bbf0743c2c to your computer and use it in GitHub Desktop.
sample_env
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