40 lines
1.4 KiB
Plaintext
40 lines
1.4 KiB
Plaintext
###> symfony/framework-bundle ###
|
|
APP_ENV=dev
|
|
APP_SECRET=39394fa79aef46ea9947b4f7198d689b
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> doctrine/doctrine-bundle ###
|
|
DATABASE_URL=mysql://db:db@db:3306/db
|
|
###< doctrine/doctrine-bundle ###
|
|
|
|
###> symfony/mailer ###
|
|
MAILER_DSN=null://null
|
|
###< symfony/mailer ###
|
|
|
|
###> symfony/lock ###
|
|
# Choose one of the stores below
|
|
# postgresql+advisory://db_user:db_password@localhost/db_name
|
|
LOCK_DSN=flock
|
|
###< symfony/lock ###
|
|
|
|
###> mitho vars ###
|
|
#IP list that are allowed to access the priceservice
|
|
# DEV: ddev_default-Subnetz erlauben (Container-IPs wechseln bei restart)
|
|
MTO_ALLOWED_API_IPS="172.18.0.0/16"
|
|
MTO_ALLOWED_IMPORT_TRIGGER_IPS="172.18.0.0/16"
|
|
#Endpoint of the orm system for querying the current prices
|
|
MTO_ORM_IMPORT_ENDPOINT_URL="https://orm3stage.goldsilbershop.de/api/sw-prices.php"
|
|
MTO_ORM_IMPORT_ENDPOINT_URL_BACKUP1="https://orm3fallback.goldsilbershop.de/api/sw-prices.php"
|
|
MTO_ORM_IMPORT_ENDPOINT_URL_BACKUP2="https://orm3fallback2.goldsilbershop.de/api/sw-prices.php"
|
|
MTO_ORM_IMPORT_USER="mitho"
|
|
MTO_ORM_IMPORT_PWD="+sw2014"
|
|
#Endpoint of the article management system
|
|
MTO_SWAG_API_ENDPOINT_URL="https://gss6.ddev.site/api/"
|
|
MTO_SWAG_API_USER="admin"
|
|
MTO_SWAG_API_PWD="31OCqgsarLMXRGTRGGAcuFTqbPRVrIaDyO7T2skI"
|
|
### REDIS vars ###
|
|
REDIS_HOST="redis"
|
|
REDIS_PORT=6379
|
|
REDIS_PASS=""
|
|
MESSENGER_TRANSPORT_DSN=redis://redis:6379/messages
|
|
REDIS_CACHE_URL=redis://redis:6379 |