Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.89 KB | None | 0 0
  1. # This file is auto-generated during the composer install
  2. parameters:
  3.     database_host: 127.0.0.1 #mysql host
  4.     database_port: null #mysql port
  5.     database_name: sndmart #mysql database name
  6.     database_user: root #mysql user
  7.     database_password: 100.pudov #mysql password
  8.     mailer_transport: smtp #mailing trasport
  9.     mailer_host: 127.0.0.1 #host
  10.     mailer_user: null #user
  11.     mailer_password: null #pass
  12.     secret: ThisTokenIsNotSoSecretChangeIt #keep this
  13.     documentation_url: localhost #url with documentation keep blank
  14.     free_messages_per_month: 10000 #default keep this
  15.     mongo_host: 'mongodb://localhost:27017' #mongo host + port
  16.     mongo_db: sndmart #mongo database name
  17.     mongo_user: null
  18.     mongo_pass: null
  19.     smart_delivery_api_host: 'http://localhost/api' #api host
  20.     web_app_api_host: 'http://snd.dev/app_dev.php/api/graphql' #for graphql, use default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement