Created
September 17, 2015 19:06
-
-
Save scwood/ac8e098e17b642a452bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mysql": { | |
| "primary_datasource": "mysql:dbname=UnderArmour;host=uat2.crl42zznvecl.us-west-2.rds.amazonaws.com;charset=utf8", | |
| "oauth_datasource": "mysql:dbname=Oauth;host=uat2.crl42zznvecl.us-west-2.rds.amazonaws.com;charset=utf8", | |
| "user": "dba", | |
| "password": "peterkwan4ever" | |
| }, | |
| "mongo": { | |
| "datasource": "10.1.12.106", | |
| "user": "root", | |
| "password": "peterkwan4ever" | |
| }, | |
| "logger": { | |
| "info": { | |
| "console": 1, | |
| "log": 1, | |
| "browser": 0, | |
| "email": 0 | |
| }, | |
| "error": { | |
| "console": 1, | |
| "log": 1, | |
| "browser": 0, | |
| "email": 0 | |
| }, | |
| "debug": { | |
| "console": 1, | |
| "log": 1, | |
| "browser": 0, | |
| "email": 0, | |
| "defaultColor": "blue" | |
| }, | |
| "warn": { | |
| "console": 1, | |
| "log": 1, | |
| "browser": 0, | |
| "email": 0 | |
| }, | |
| "trace": { | |
| "console": 0, | |
| "log": 0, | |
| "browser": 0, | |
| "email": 0 | |
| }, | |
| "alert": { | |
| "console": 0, | |
| "log": 1, | |
| "browser": 0, | |
| "email": 0 | |
| }, | |
| "log_base": "\/var\/log\/php\/", | |
| "alert_email": "[email protected]", | |
| "date_format": "d M y, H:i:s O" | |
| }, | |
| "isDev": true, | |
| "ssl": 0, | |
| "basePath": "/underarmour", | |
| "httpPath": "uat.reporting.qualtrics.com/underarmour" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment