oops, almost forgot to include a .env

This commit is contained in:
Brennen Raimer
2019-01-18 17:51:28 -05:00
parent 86e1af935a
commit f5a9e19fcb

27
.env Normal file
View File

@@ -0,0 +1,27 @@
#Edit this file to set values to be used in your instance
#MySQL
#defaults to gatecounter if left empty
MYSQL_DB_NAME=gatecounter
#defaults to gatecounter if left empty
MYSQL_USER=gatecounter
MYSQL_USER_PW=
MYSQL_ROOT_PW=
#duckDNS
DUCKDNS_SUBDOMAIN=
DUCKDNS_TOKEN=
#defaults to America/New_York if left empty
TZ=
#grafana
GRAFANA_DOMAIN_NAME=
GRAFANA_ADMIN_PW=
#List plugins you want grafana to install from https://grafana.com/plugins below
GRAFANA_PLUGINS=grafana-piechart-panel,natel-plotly-panel,btplc-trend-box-panel
#grafana db
#defaults to grafana, referenced in grafana.ini
GRAFANA_DB_NAME=
#must match value in grafana.ini
GRAFANA_DB_ROOT_PW=