## Server [server] protocol = 'http' http_addr = '0.0.0.0' http_port = '7577' domain = 'stats.redxen.eu' root_url = 'https://stats.redxen.eu' enable_gzip = 'false' ## Database [database] type = 'postgres' host = 'postgresql.routinginfo.internal:7550' name = 'grafana' user = 'grafana' ssl_mode = "disable" password = "POSTGRESQL_PASSWORD" ## Remote cache [remote_cache] type = 'redis' connstr = 'addr=redis.routinginfo.internal:7551,db=9' ## Security [security] cookie_secure = 'true' cookie_samesite = 'strict' ## Users [users] allow_sign_up = 'false' auto_assign_org_id = 2 ## Anonymous auth [auth] disable_login_form = 'false' oauth_auto_login = 'false' [auth.anonymous] enabled = 'true' org_name = 'RedXen' org_role = 'Viewer' ## LDAP Auth # [auth.ldap] # enabled = true # config_file = /etc/grafana/ldap.toml # allow_sign_up = true ## Session (legacy) # session_provider = 'redis' # session_provider_config = 'addr=db_redis:6379,pool_size=100,db=grafana' # session_cookie_secure = 'true' ## Snapshots [snapshots] external_enabled = 'false' ## Alpha panels [panels] enable_alpha = 'true' [smtp] enabled = 'true' host = 'mail.redxen.eu:465' user = 'grafana' password = 'SMTP_AUTH_PASSWORD' from_address = 'grafana@redxen.eu' startTLS_policy = 'MandatoryStartTLS' [log] mode = 'syslog' [log.syslog] tag = 'grafana' [emails] content_types = text/plain, text/html [plugins] plugin_admin_enabled = false [alerting] enabled = false [unified_alerting] enabled = true [live] max_connections = 200 ha_engine = 'redis' ha_engine_address = redis.routinginfo.internal:7551