config corrections
This commit is contained in:
@@ -20,6 +20,6 @@ _buildConfig() {
|
||||
echo ""
|
||||
}
|
||||
|
||||
_buildConfig > src/inc/config.inc.php
|
||||
_buildConfig > src/config.inc.php
|
||||
|
||||
caddy run --config /etc/caddy/Caddyfile
|
3
src/.gitignore
vendored
3
src/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
vendor/
|
||||
vendor/
|
||||
config.inc.php
|
3
src/example.config.inc.php
Executable file
3
src/example.config.inc.php
Executable file
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
|
||||
define('URL','http://localhost:8080');
|
Reference in New Issue
Block a user