feat(meta): Initial commit
This commit is contained in:
32
env/fqdn_context.env.example
vendored
Normal file
32
env/fqdn_context.env.example
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# This file is maintained by remco and populated with data from HashiCorp
|
||||
# Vault. Changes not done in Vault will be reverted when file gets rendered.
|
||||
|
||||
APP_ENV=production
|
||||
APP_KEY=base64:your-app-key-here
|
||||
APP_LOCALE=en
|
||||
APP_TIMEZONE=Etc/UTC
|
||||
APP_TRUSTED_PROXIES=172.16.0.0/12
|
||||
APP_URL=https://fully.qualified.domain.name
|
||||
CONTEXT=ux_vilnius
|
||||
MAIL_ENV_ENCRYPTION=tls
|
||||
MAIL_ENV_FROM_ADDR=mail@example.com
|
||||
MAIL_ENV_FROM_NAME=Asset Management
|
||||
MAIL_ENV_PASSWORD=my-mail-env-password
|
||||
MAIL_ENV_USERNAME=mail@example.com
|
||||
MAIL_PORT_587_TCP_ADDR=smtp.example.com
|
||||
MAIL_PORT_587_TCP_PORT=587
|
||||
MYSQL_DATABASE=snipeit
|
||||
MYSQL_PASSWORD=my-mysql-user-password
|
||||
MYSQL_PORT=61001
|
||||
MYSQL_PORT_3306_TCP_ADDR=mysql
|
||||
MYSQL_ROOT_HOST=172.30.95.1
|
||||
MYSQL_ROOT_PASSWORD=my-mysql-root-password
|
||||
MYSQL_USER=snipeit
|
||||
MYSQL_VERSION=latest
|
||||
PHP_UPLOAD_LIMIT=100
|
||||
SECURE_COOKIES=true
|
||||
SNIPEIT_PORT=61000
|
||||
SNIPEIT_VERSION=latest
|
||||
SUBNET=172.30.95.0/24
|
||||
# Set to true when needed for temporary debugging
|
||||
APP_DEBUG=false
|
Reference in New Issue
Block a user