Remove db suffix from database names
This commit is contained in:
parent
47fdf00e6c
commit
84250fd2a8
3 changed files with 5 additions and 5 deletions
monitoring
|
@ -4,7 +4,7 @@ GF_SERVER_DOMAIN="graph.serguzim.me"
|
|||
GF_SERVER_ROOT_URL="https://graph.serguzim.me/"
|
||||
GF_DATABASE_TYPE="postgres"
|
||||
GF_DATABASE_HOST="db.serguzim.me"
|
||||
GF_DATABASE_NAME="grafanadb"
|
||||
GF_DATABASE_NAME="grafana"
|
||||
GF_DATABASE_USER="grafana"
|
||||
GF_DATABASE_PASSWORD=""
|
||||
GF_DATABASE_SSL_MODE="verify-full"
|
||||
|
|
Reference in a new issue