Skip to content

Commit

Permalink
Added base_uri to config classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster committed Jun 8, 2020
1 parent 63f1417 commit 824c75f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Core/Frameworks/Baikal/Model/Config/Standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ class Standard extends \Baikal\Model\Config {
"cal_enabled" => true,
"dav_auth_type" => "Digest",
"admin_passwordhash" => "",
"auth_realm" => "BaikalDAV"
];
"auth_realm" => "BaikalDAV",
"base_uri" => ""
];

function __construct() {
$this->aData["invite_from"] = "noreply@" . $_SERVER['SERVER_NAME']; // Default value
Expand Down
1 change: 1 addition & 0 deletions config/baikal.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ system:
dav_auth_type: 'Digest'
admin_passwordhash: 5fe794627e1f841f8debba065e2c807a
auth_realm: BaikalDAV
base_uri: ''
database:
encryption_key: 5d3f0fa0192e3058ea70f1bb20924add
sqlite_file: "absolute/path/to/Specific/db/db.sqlite"
Expand Down

0 comments on commit 824c75f

Please sign in to comment.