1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-22 17:58:17 +00:00
librenms-docker/examples/compose/.env
2018-12-20 20:59:12 +01:00

11 lines
193 B
Bash

MYSQL_DATABASE=librenms
MYSQL_USER=librenms
MYSQL_PASSWORD=asupersecretpassword
SMTP_SERVER=smtp.example.com
SMTP_USERNAME=smtp@example.com
SMTP_PASSWORD=
TZ=Europe/Paris
PUID=1000
PGID=1000