feat(snipeit): Add config
This commit is contained in:
28
snipeit/env/fully.qualified.domain.name_ctx.example
vendored
Normal file
28
snipeit/env/fully.qualified.domain.name_ctx.example
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
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
|
Reference in New Issue
Block a user