mirror of
https://github.com/pierre42100/Comunic-DockerSingleContainer
synced 2025-06-22 05:45:16 +00:00
First commit
This commit is contained in:
13
overwriteAPIconfig.php
Normal file
13
overwriteAPIconfig.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
//Custom database configuration
|
||||
$config->set("mysql", array(
|
||||
"host" => "localhost",
|
||||
"database" => "comunic",
|
||||
"user" => "comunic",
|
||||
"password" => "comunic"
|
||||
));
|
||||
|
||||
//Storage configuration
|
||||
$config->set("storage_path", "/data/user_data/");
|
||||
$config->set("storage_url", "http://".$_SERVER["HTTP_HOST"]."/user_data/");
|
Reference in New Issue
Block a user