update-dockerfile-to-teleshop-prod-db
This commit is contained in:
parent
14d254b2d1
commit
fcff57dd1f
@ -74,7 +74,7 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=0 \
|
|||||||
ASPNETCORE_FORWARDEDHEADERS_ENABLED=true \
|
ASPNETCORE_FORWARDEDHEADERS_ENABLED=true \
|
||||||
ASPNETCORE_URLS=http://+:8080 \
|
ASPNETCORE_URLS=http://+:8080 \
|
||||||
ASPNETCORE_ENVIRONMENT=Production \
|
ASPNETCORE_ENVIRONMENT=Production \
|
||||||
ConnectionStrings__DefaultConnection="Data Source=/app/data/littleshop-prod.db;Cache=Shared" \
|
ConnectionStrings__DefaultConnection="Data Source=/app/data/teleshop-prod.db;Cache=Shared" \
|
||||||
SilverPay__BaseUrl="http://31.97.57.205:8001" \
|
SilverPay__BaseUrl="http://31.97.57.205:8001" \
|
||||||
SilverPay__ApiKey="your-api-key-here" \
|
SilverPay__ApiKey="your-api-key-here" \
|
||||||
TMPDIR=/tmp
|
TMPDIR=/tmp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user