mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Add Grafana ENV Settings
This commit is contained in:
@@ -5,6 +5,7 @@ POSTGRES_DB=postgres
|
|||||||
# PostgSail ENV Settings
|
# PostgSail ENV Settings
|
||||||
PGSAIL_AUTHENTICATOR_PASSWORD=password
|
PGSAIL_AUTHENTICATOR_PASSWORD=password
|
||||||
PGSAIL_GRAFANA_PASSWORD=password
|
PGSAIL_GRAFANA_PASSWORD=password
|
||||||
|
PGSAIL_GRAFANA_AUTH_PASSWORD=password
|
||||||
PGSAIL_EMAIL_FROM=root@localhost
|
PGSAIL_EMAIL_FROM=root@localhost
|
||||||
PGSAIL_EMAIL_SERVER=localhost
|
PGSAIL_EMAIL_SERVER=localhost
|
||||||
#PGSAIL_EMAIL_USER= Comment if not use
|
#PGSAIL_EMAIL_USER= Comment if not use
|
||||||
@@ -16,3 +17,5 @@ PGSAIL_APP_URL=http://localhost
|
|||||||
# POSTGREST ENV Settings
|
# POSTGREST ENV Settings
|
||||||
PGRST_DB_URI=postgres://authenticator:${PGSAIL_AUTHENTICATOR_PASSWORD}@127.0.0.1:5432/signalk
|
PGRST_DB_URI=postgres://authenticator:${PGSAIL_AUTHENTICATOR_PASSWORD}@127.0.0.1:5432/signalk
|
||||||
PGRST_JWT_SECRET=_at_least_32__char__long__random
|
PGRST_JWT_SECRET=_at_least_32__char__long__random
|
||||||
|
# Grafana ENV Settings
|
||||||
|
GF_SECURITY_ADMIN_PASSWORD=password
|
||||||
|
Reference in New Issue
Block a user