Skip to content

Commit

Permalink
Bugfix for sql dsn update c2 radixconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Mar 13, 2024
1 parent 2714190 commit 62e43d8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions radixconfig.c2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
TOKEN_AUDIENCE: "6dae42f8-4368-4678-94ff-3960e28e3630"
TOKEN_ISSUER: https://sts.windows.net/3aa4a235-b6e2-48d5-9195-7fcf05b459b0/
SQL_USE_FEDERATED: "true"
PRETTY_PRINT: "false"
LOG_LEVEL: INFO
GIN_MODE: release
secrets:
- SQL_SERVER
- SQL_DATABASE
Expand All @@ -42,11 +45,5 @@ spec:
environmentConfig:
- environment: qa
replicas: 1
variables:
LOG_LEVEL: INFO
GIN_MODE: debug
- environment: prod
replicas: 2
variables:
LOG_LEVEL: INFO
GIN_MODE: release

0 comments on commit 62e43d8

Please sign in to comment.