remove unused variables
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"SQLDatabase": "#{db-connection-string}#"
|
"SQLDatabase": "#{db-connection-string}#"
|
||||||
},
|
},
|
||||||
"InstanceName": "#{instance-name}#",
|
"InstanceName": "#{app-environment}#",
|
||||||
"GoogleClientId": "#{google-backend-login-client-id}#",
|
"GoogleClientId": "#{google-backend-login-client-id}#",
|
||||||
"Secret": "#{google-backend-login-secret}#",
|
"Secret": "#{google-backend-login-secret}#",
|
||||||
"apiKey": "#{api-key}#",
|
"apiKey": "#{api-key}#",
|
||||||
@@ -58,7 +58,6 @@
|
|||||||
"morska-user": "#{morska-user}#",
|
"morska-user": "#{morska-user}#",
|
||||||
"morska-pass": "#{morska-pass}#",
|
"morska-pass": "#{morska-pass}#",
|
||||||
"exportDirectory": "#{export-directory}#",
|
"exportDirectory": "#{export-directory}#",
|
||||||
"appLogsFile": "#{app-logs-file}#",
|
|
||||||
"apiLocalUrl": "#{api-local-url}#",
|
"apiLocalUrl": "#{api-local-url}#",
|
||||||
"Kestrel": {
|
"Kestrel": {
|
||||||
"Endpoints": {
|
"Endpoints": {
|
||||||
|
|||||||
Reference in New Issue
Block a user