Restructed project and added docker support.
This commit is contained in:
10
src/config.php
Normal file
10
src/config.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$config = array();
|
||||
|
||||
$config['BasePath'] = (@$_SERVER['HTTPS'] == 'on' ? 'https://' : 'http://').$_SERVER['HTTP_HOST'].'/';
|
||||
|
||||
$config['Debug'] = False;
|
||||
|
||||
if (is_file('config.local.php'))
|
||||
include('config.local.php');
|
||||
Reference in New Issue
Block a user