Skip to content

Instantly share code, notes, and snippets.

@ignat-s
Created December 15, 2015 20:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignat-s/b4edfaec1b34a2eb51d8 to your computer and use it in GitHub Desktop.
Save ignat-s/b4edfaec1b34a2eb51d8 to your computer and use it in GitHub Desktop.
parameters:
database_driver: pdo_mysql
database_host: 127.0.0.1
database_port: null
database_name: crm_application_orocrm
database_user: root
database_password: null
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_port: null
mailer_encryption: null
mailer_user: null
mailer_password: null
websocket_bind_address: 0.0.0.0
websocket_bind_port: 8080
websocket_frontend_host: '*'
websocket_frontend_port: 8080
websocket_backend_host: '*'
websocket_backend_port: 8080
session_handler: session.handler.native_file
locale: en
secret: ThisTokenIsNotSoSecretChangeIt
installed: '2015-12-15T12:12:31-08:00'
assets_version: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment