2017-03-11 13:25:45 -08:00
# 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.
2017-03-13 16:43:40 -07:00
# The IP below should be swapped to your real IP or DNS name, like 192.168.88.248, etc. if testing from remote browsers or mobile devices
2017-03-11 15:28:57 -08:00
ESHOP_EXTERNAL_DNS_NAME_OR_IP = localhost
2017-06-30 08:59:26 +02:00
ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP = 10.121.122.92
ESHOP_AZURE_REDIS_BASKET_DB = eshopredisez55a72p6wm62.redis.cache.windows.net:6379,password= RnA4HSjsZY24c+BOVLopWI5lQI5njw1WliiRz3U5Om0= ,ssl= False,abortConnect= False
ESHOP_AZURE_STORAGE_ACCOUNT = https://catalogez55a72p6wm62.blob.core.windows.net/pics/
ESHOP_AZURE_SERVICE_BUS = Endpoint = sb://eshopsbez55a72p6wm62.servicebus.windows.net/; SharedAccessKeyName = Root; SharedAccessKey = Jd6iRe3rzTWgMXDDdyUz/AcL6YxLzb8X9afSNPnq50k= ; EntityPath = eshop_event_bus
ESHOP_AZURE_COSMOSDB = mongodb://eshop-nosqlez55a72p6wm62:l8jMNoLHFXOijAvaVMjHeCwHK8gAR9SovuK86uCOvwfnMhuhwytPKByOPqrQrlsDz9RPFet2J6SzEbBQXLZokA= = @eshop-nosqlez55a72p6wm62.documents.azure.com:10255/?ssl= true& replicaSet = globaldb
ESHOP_AZURE_CATALOG_DB = Server = tcp:eshopsql-ez55a72p6wm62.database.windows.net,1433; Initial Catalog = catalogdb; Persist Security Info = False; User ID = eshop; Password = Pass@word!; MultipleActiveResultSets = False; Encrypt = True; TrustServerCertificate = False; Connection Timeout = 30;
ESHOP_AZURE_IDENTITY_DB = Server = tcp:eshopsql-ez55a72p6wm62.database.windows.net,1433; Initial Catalog = identitydb; Persist Security Info = False; User ID = eshop; Password = Pass@word!; MultipleActiveResultSets = False; Encrypt = True; TrustServerCertificate = False; Connection Timeout = 30;
ESHOP_AZURE_ORDERING_DB = Server = tcp:eshopsql-ez55a72p6wm62.database.windows.net,1433; Initial Catalog = orderingdb; Persist Security Info = False; User ID = eshop; Password = Pass@word!; MultipleActiveResultSets = False; Encrypt = True; TrustServerCertificate = False; Connection Timeout = 30;
ESHOP_AZURE_MARKETING_DB = Server = tcp:eshopsql-ez55a72p6wm62.database.windows.net,1433; Initial Catalog = marketingdb; Persist Security Info = False; User ID = eshop; Password = Pass@word!; MultipleActiveResultSets = False; Encrypt = True; TrustServerCertificate = False; Connection Timeout = 30;
ESHOP_AZUREFUNC_CAMPAIGN_DETAILS_URI = https://marketing-functions.azurewebsites.net/api/MarketingDetailsHttpTrigger?code= LhqDGSKZIHM0vwBwjHHRv6umvcuRqEtB0m8laxPkb1g1IycLyWmW1A = =