dockerfiles/snipeit/data/snipeit/snipeit.env

28 lines
783 B
Bash

# Mysql Parameters
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=snipeit
MYSQL_USER=snipeit
MYSQL_PASSWORD=snipeit
# Email Parameters
# - the hostname/IP address of your mailserver
MAIL_PORT_587_TCP_ADDR=smtp.gmail.com
#the port for the mailserver (probably 587, could be another)
MAIL_PORT_587_TCP_PORT=587
# the default from address, and from name for emails
MAIL_ENV_FROM_ADDR=easypi@gmail.com
MAIL_ENV_FROM_NAME=EasyPi Software Foundation
# - pick 'tls' for SMTP-over-SSL, 'tcp' for unencrypted
MAIL_ENV_ENCRYPTION=tls
# SMTP username and password
MAIL_ENV_USERNAME=easypi
MAIL_ENV_PASSWORD=******
# Snipe-IT Settings
APP_ENV=production
APP_DEBUG=false
APP_KEY=base64:D5oGA+zhFSVA3VwuoZoQ21RAcwBtJv/RGiqOcZ7BUvI=
APP_URL=http://snipeit.easypi.pro:8080
APP_TIMEZONE=UTC
APP_LOCALE=en