Skip to content

Instantly share code, notes, and snippets.

@Samshal
Created April 18, 2018 15:31
Show Gist options
  • Save Samshal/ecb50a6262954097be540f3ab6de9260 to your computer and use it in GitHub Desktop.
Save Samshal/ecb50a6262954097be540f3ab6de9260 to your computer and use it in GitHub Desktop.
<?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"];
{
"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