1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/metabase_ynh.git synced 2024-09-03 19:46:00 +02:00
This commit is contained in:
ericgaspar 2021-03-06 23:28:47 +01:00
parent a7d21cf524
commit 46448cad70
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 12 additions and 12 deletions

View file

@ -1,12 +1,12 @@
MB_PASSWORD_COMPLEXITY=normal
MB_PASSWORD_LENGTH=10
MB_JETTY_HOST=127.0.0.1
MB_JETTY_PORT=__PORT__
MB_DB_TYPE=postgres
MB_DB_DBNAME=__DB_NAME__
MB_DB_PORT=5432
MB_DB_USER=__DB_NAME__
MB_DB_PASS=__DB_PWD__
MB_DB_HOST=localhost
MB_EMOJI_IN_LOGS=false
MB_PASSWORD_COMPLEXITY=<normal>
MB_PASSWORD_LENGTH=<10>
MB_JETTY_HOST=<127.0.0.1>
MB_JETTY_PORT=<__PORT__>
MB_DB_TYPE=<postgres>
MB_DB_DBNAME=<__DB_NAME__>
MB_DB_PORT=<5432>
MB_DB_USER=<__DB_NAME__>
MB_DB_PASS=<__DB_PWD__>
MB_DB_HOST=<localhost>
MB_EMOJI_IN_LOGS=<false>
# any other env vars you want available to Metabase

View file

@ -1,4 +1,4 @@
location __PATH__/ {
location / {
# Force usage of https
if ($scheme = http) {