Deploy process cleaned up
This commit is contained in:
8
config-sample.php
Normal file
8
config-sample.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$dn = getenv("DN");// Domain Name of the app
|
||||
$sdn = getenv("SDN");// Server Domain Name
|
||||
|
||||
if ($dn === NULL) {
|
||||
$dn = 'http://hd-app.local';
|
||||
$sdn = 'http://localhost:8000';
|
||||
}
|
Reference in New Issue
Block a user