Created
October 5, 2017 17:25
-
-
Save adgedenkers/ef0d5daed871e0a6d5b64ff6a01e3535 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
<?php | |
/** Configuration Variables **/ | |
define('DB_NAME', 'DB_NAME'); | |
define('DB_TYPE', 'sqlsrv'); | |
define('DB_HOST', "DB_SERVER"); | |
define('DB_USER', 'DB_USERNAME'); | |
define('DB_PASSWORD', 'SOME_PASSWORD_HERE'); | |
define('NV_BASE_URL', 'APPLICATION_URL'); | |
define('NV_ACCESS_TOKEN', 'xx'); | |
define('NV_ACCESS_SECRET', 'xx'); | |
define('NV_ACCESS_CODE', 'xx'); | |
define('NV_VERIFY_CODE', 'xx'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment