18 lines
389 B
Text
18 lines
389 B
Text
##############################################
|
|
# Global
|
|
##############################################
|
|
# Set timezone
|
|
TZ=Europe/Stockholm
|
|
|
|
# Base Directory
|
|
BASE_DIR=.
|
|
|
|
# DNS server
|
|
DNS_SERVER1=9.9.9.10
|
|
DNS_SERVER2=1.1.1.1
|
|
|
|
##############################################
|
|
# Prometheus Nextcloud Exporter
|
|
##############################################
|
|
NEXTCLOUD_SERVER=
|
|
NEXTCLOUD_AUTH_TOKEN=
|