Began work on doc for migrating from v1 to v2, new features in v2 overview guide, #1571

This commit is contained in:
Torkel Ödegaard
2015-03-12 10:52:29 +01:00
parent b8979a7253
commit 43ba5842bb
5 changed files with 197 additions and 4 deletions

View File

@@ -33,11 +33,38 @@ ssl_mode = disable
; For "sqlite3" only
path = /opt/grafana/data/grafana.db
[security]
; default admin user, created on startup
admin_user = admin
; default admin password, can be changed before first start of grafana, or in profile settings
admin_password = admin
; used for signing
secret_key = SW2YcwTIb9zpOOhoPsMm
; Auto-login remember days
login_remember_days = 7
cookie_username = grafana_user
cookie_remember_name = grafana_remember
[users]
; disable user signup / registration
allow_sign_up = true
; Allow non admin users to create organizations
allow_org_create = true
# Set to true to automatically assign new users to the default organization (id 1)
auto_assign_org = true
; Default role new users will be automatically assigned (if disabled above is set to true)
auto_assign_org_role = Viewer
[auth.anonymous]
; enable anonymous access
enabled = false
; specify organization name that should be used for unauthenticated users
org_name = Main org.
; specify role for unauthenticated users
org_role = Viewer
[log]
level = Trace
mode = console, file
root_path = /var/log/grafana