Created
April 18, 2018 15:31
-
-
Save Samshal/ecb50a6262954097be540f3ab6de9260 to your computer and use it in GitHub Desktop.
This file contains 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 | |
$path = "c:/emmetblue/src/condra-setup"; | |
$fileServer = "https://emmetblue.org.ng:702"; | |
$globalsLocation = "c:/emmetblue/src/condra-setup/globals"; | |
$apiPath = "c:/emmetblue/src/condra-setup/api"; | |
$elasticSearchEndpoint = "http://35.227.118.101:9200"; | |
$options = [ | |
"dbconfig"=>[ | |
"server"=>"", | |
"dbprefix"=>"emmetblue-businessdb", | |
"password"=>"root" | |
], | |
"elasticSearchHost"=>$elasticSearchEndpoint | |
]; | |
$dbOptions = json_decode(file_get_contents("config.json"), true)["db"]; |
This file contains 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
{ | |
"db":{ | |
"server":"SAMUELS-PC", | |
"username":"sa", | |
"password":"root" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment