containers/snipeit/env/fully.qualified.domain.name_ctx.example

29 lines
786 B
Plaintext
Raw Normal View History

2023-05-15 00:05:20 +02:00
APP_ENV=production
APP_KEY=base64:...
APP_LOCALE=en
APP_TIMEZONE=America/Edmonton
APP_TRUSTED_PROXIES=172.16.0.0/12
APP_URL=https://fully.qualified.domain.name
CONTEXT=ux_edmonton
MAIL_ENV_ENCRYPTION=tls
MAIL_ENV_FROM_ADDR=assets@fully.qualified.domain.name
MAIL_ENV_FROM_NAME=Asset Management
MAIL_ENV_PASSWORD=t0psecr3t-one
MAIL_ENV_USERNAME=assets@fully.qualified.domain.name
MAIL_PORT_587_TCP_ADDR=smtp.fully.qualified.domain.name
MAIL_PORT_587_TCP_PORT=587
MYSQL_DATABASE=snipeit
MYSQL_PASSWORD=t0psecr3t-two
MYSQL_PORT=33006
MYSQL_PORT_3306_TCP_ADDR=mysql
MYSQL_ROOT_HOST=172.21.97.1
MYSQL_ROOT_PASSWORD=t0psecr3t-three
MYSQL_USER=snipeit
MYSQL_VERSION=latest
PHP_UPLOAD_LIMIT=100
SECURE_COOKIES=true
SNIPEIT_PORT=8080
SNIPEIT_VERSION=latest
SUBNET=172.21.97.0/24
APP_DEBUG=false