Skip to content

Commit

Permalink
Use correct db name (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 authored Mar 15, 2024
1 parent d8fcdf7 commit d34b03d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion radixconfig.c2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
LOG_LEVEL: INFO
GIN_MODE: release
SQL_SERVER: sql-radix-vulnerability-scan-c2.database.windows.net
SQL_DATABASE: radix-scanner-api
SQL_DATABASE: radix-vulnerability-scan
environmentConfig:
- environment: qa
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion radixconfig.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
LOG_LEVEL: INFO
GIN_MODE: release
SQL_SERVER: sql-radix-vulnerability-scan-dev.database.windows.net
SQL_DATABASE: radix-scanner-api
SQL_DATABASE: radix-vulnerability-scan
environmentConfig:
- environment: qa
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion radixconfig.platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
LOG_LEVEL: INFO
GIN_MODE: release
SQL_SERVER: sql-radix-vulnerability-scan-platform.database.windows.net
SQL_DATABASE: radix-scanner-api
SQL_DATABASE: radix-vulnerability-scan
environmentConfig:
- environment: qa
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion radixconfig.playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
LOG_LEVEL: INFO
GIN_MODE: release
SQL_SERVER: sql-radix-vulnerability-scan-playground.database.windows.net
SQL_DATABASE: radix-scanner-api
SQL_DATABASE: radix-vulnerability-scan
environmentConfig:
- environment: qa
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion radixconfig.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
LOG_LEVEL: INFO
GIN_MODE: release
SQL_SERVER: ${SQL_SERVER}
SQL_DATABASE: radix-scanner-api
SQL_DATABASE: radix-vulnerability-scan
environmentConfig:
- environment: qa
replicas: 1
Expand Down

0 comments on commit d34b03d

Please sign in to comment.