-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy path.env
12 lines (11 loc) · 789 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
# Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose command is executed from (current working directory).
# Compose expects each line in an env file to be in VAR=VAL format. Lines beginning with # (i.e. comments) are ignored, as are blank lines.
# Note: Values present in the environment at runtime will always override those defined inside the .env file. Similarly, values passed via command-line arguments take precedence as well.
#APP_ENVIRONMENT=Production
#SERVICE_BUS_ENABLED=True
#AZURE_INVOICE_DB=Your connection string
#AZURE_SERVICE_BUS=Your connection string
#PAYMENT_SERVICE_URL=Your Url
#AZURE_TRIP_DB=Your connection string
#AZURE_WEBSITE_DB=Your connection string
#TRIP_SERVICE_BASE_URL=Your Url