forked from wanderer/pwt-0x01-ng
* secrets are stored in env files, examples were added * add .*.env to .{docker,git}ignore to prevent anybody from mistakenly committing their env files (unless it's forced) * [skip ci]
4 lines
317 B
Bash
4 lines
317 B
Bash
DOTNET_CLI_TELEMETRY_OPTOUT=true
|
|
ASPNETCORE_ENVIRONMENT=Production
|
|
DB_CONNECTION_STRING="User ID=postgres;Password=a6a204ca41effac89a0696ec8c652ba8b6b668129d55b5085eb4453ccb214343481bd0a61b889f1e2ec2ad58d267edf623898892b6cd042f93ad17610871da58;Server=db;Port=5432;Database=pwt;Integrated Security=true;Pooling=true;"
|