File tree Expand file tree Collapse file tree 5 files changed +5
-10
lines changed
Expand file tree Collapse file tree 5 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 66 "MinimumLevel" : {
77 "Default" : " Verbose"
88 }
9- },
10- "Database" : {
11- "ConnectionString" : " Host=database; Port=5432; Database=xbase; User Id=postgres; Password=postgres; Maximum Pool Size=90;"
129 }
1310}
Original file line number Diff line number Diff line change 11{
2- "AllowedHosts" : " *" ,
3- "Database" : {
4- "SchemaName" : " metabase"
5- }
2+ "AllowedHosts" : " *"
63}
Original file line number Diff line number Diff line change 1313 "System" : " Error"
1414 }
1515 }
16- },
17- "Database" : {
18- "ConnectionString" : " Host=database; Port=5432; Database=xbase; User Id=postgres; Passfile=/run/secrets/postgres_passwords; Maximum Pool Size=90;"
1916 }
2017}
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ services:
7373 XBASE_Host : " https://${HOST:?required}"
7474 XBASE_BootstrapUserPassword : " ${BOOTSTRAP_USER_PASSWORD:?required}"
7575 XBASE_OpenIdConnectClientSecret : " ${OPEN_ID_CONNECT_CLIENT_SECRET:?required}"
76+ XBASE_Database__SchemaName : " metabase"
77+ XBASE_Database__ConnectionString : " Host=database; Port=5432; Database=xbase; User Id=postgres; Passfile=/run/secrets/postgres_passwords; Maximum Pool Size=90;"
7678 XBASE_JsonWebToken__EncryptionCertificatePassword : " ${JSON_WEB_TOKEN_ENCRYPTION_CERTIFICATE_PASSWORD:?required}"
7779 XBASE_JsonWebToken__SigningCertificatePassword : " ${JSON_WEB_TOKEN_SIGNING_CERTIFICATE_PASSWORD:?required}"
7880 XBASE_Email__SmtpHost : " ${SMTP_HOST:?required}"
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ services:
9999 XBASE_Host : " https://${HOST:?required}:${HTTPS_PORT:?required}"
100100 XBASE_BootstrapUserPassword : " ${BOOTSTRAP_USER_PASSWORD:?required}"
101101 XBASE_OpenIdConnectClientSecret : " ${OPEN_ID_CONNECT_CLIENT_SECRET:?required}"
102+ XBASE_Database__SchemaName : " metabase"
103+ XBASE_Database__ConnectionString : " Host=database; Port=5432; Database=xbase; User Id=postgres; Password=postgres; Maximum Pool Size=90;"
102104 XBASE_JsonWebToken__EncryptionCertificatePassword : " ${JSON_WEB_TOKEN_ENCRYPTION_CERTIFICATE_PASSWORD:?required}"
103105 XBASE_JsonWebToken__SigningCertificatePassword : " ${JSON_WEB_TOKEN_SIGNING_CERTIFICATE_PASSWORD:?required}"
104106 XBASE_Email__SmtpHost : " ${SMTP_HOST:?required}"
You can’t perform that action at this time.
0 commit comments