Add basic auth to power bi endpoint

This commit is contained in:
Michał Zieliski
2024-06-06 20:25:20 +02:00
parent a5c91c1e88
commit e19d6a8929
4 changed files with 21 additions and 5 deletions

View File

@@ -14,6 +14,8 @@
"Secret": "#{google-backend-login-secret}#",
"apiKey": "#{api-key}#",
"authKey": "#{auth-key}#",
"powerBI-user": "#{powerBI-user}#",
"powerBI-pass": "#{powerBI-pass}#",
"exportDirectory": "#{export-directory}#",
"appLogsFile": "#{app-logs-file}#",
"apiLocalUrl": "#{api-local-url}#",