#MULTIPLE_SERVICES
TIMEZONE=Europe/Belgrade
HOST=0.0.0.0
SERVE_TLS=1

DB_URL=mongodb://mongo:27017
AUDIT_DB_NAME=adf_audit
USERS_DB_NAME=adf
TGOTP_DB_NAME=tgotp

SYSLOGADDR=log:24224

# tgbot+adf_admin
TG_BOT_NAME=my_telegram_bot

# ADF_ADMIN
CERT_PATH=config/cert.pem
KEY_PATH=config/key.pem

MAILER_HOST=mail.my-mail-domain.tld
MAILER_USER=adf@my-mail-domain.tld
MAILER_PASS=**my-mail-server-password**
# Optional mailer restrictions (messages would be only sent there):
MAILER_RESTRICTIONS="^[^@]+@my-mail-domain.tld\$"

#TGOTPBOT
# following options are tgbot API creds for admin/auth/radius
TGBOT_USER=bot
TGBOT_PASS=bot
TG_API_KEY=123456789:my-telegram-bot-secret-api-key

# log
DB_SHARDED=1
LOGLEVEL=info
SYSLOGPROTO=udp
SYSLOGADDR=log:24224

# If we need to forward copy of logs to remote server
#REMOTE_SYSLOG_HOST=10.0.0.2
#REMOTE_SYSLOG_PORT=1999
#REMOTE_SYSLOG_PROTO=tcp

#radius
RADIUS_SECRET=some-radius-secret
TGBOT_URI=https://tgotpbot:8643
AUTH_API_URI=https://adfadmin:3443
RADIUS_SERVER=radius:1817
LOGFORMAT=json

# only if you intend to use selfservice:
#SELFSERVICE_SECRET: "64 byte random secret"
