update
This commit is contained in:
46
projects/priceservice/.env
Normal file
46
projects/priceservice/.env
Normal file
@@ -0,0 +1,46 @@
|
||||
###> symfony/framework-bundle ###
|
||||
APP_ENV=dev
|
||||
APP_SECRET=39394fa79aef46ea9947b4f7198d689b
|
||||
###< symfony/framework-bundle ###
|
||||
|
||||
###> doctrine/doctrine-bundle ###
|
||||
DATABASE_URL="mysql://root:password@db:3306/priceservice"
|
||||
###< doctrine/doctrine-bundle ###
|
||||
|
||||
###> symfony/messenger ###
|
||||
# Choose one of the transports below
|
||||
# MESSENGER_TRANSPORT_DSN=doctrine://default
|
||||
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
|
||||
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
|
||||
###< symfony/messenger ###
|
||||
|
||||
###> 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
|
||||
MTO_ALLOWED_API_IPS="172.18.0.11,172.18.0.10,172.18.0.3,172.18.0.7,172.18.0.5,172.18.0.6,172.18.0.4,172.18.0.8,172.18.0.9"
|
||||
MTO_ALLOWED_IMPORT_TRIGGER_IPS="172.18.0.13"
|
||||
#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://orm3fallback.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.dev.mitho-media.de/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
|
||||
Reference in New Issue
Block a user