10 lines
216 B
Bash
10 lines
216 B
Bash
# Set the admin user's login and password
|
|
GF_SECURITY_ADMIN_USER=admin
|
|
GF_SECURITY_ADMIN_PASSWORD=admin
|
|
|
|
GF_PATHS_PROVISIONING=/etc/grafana/provisioning
|
|
|
|
|
|
# Enable or disable user signup
|
|
GF_USERS_ALLOW_SIGN_UP=false
|