This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
DirectoryIndex index.php
|
||||
|
||||
# Serve http://localhost/spot/ from the public web root.
|
||||
Alias /spot /var/www/html/spot/public
|
||||
# Serve http://localhost/livetrail/ from the public web root.
|
||||
Alias /livetrail /var/www/html/livetrail/public
|
||||
|
||||
<Directory /var/www/html/spot/public>
|
||||
<Directory /var/www/html/livetrail/public>
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
|
||||
@@ -5,7 +5,7 @@ class Settings
|
||||
const DB_SERVER = 'localhost';
|
||||
const DB_LOGIN = '';
|
||||
const DB_PASS = '';
|
||||
const DB_NAME = 'spot';
|
||||
const DB_NAME = 'livetrail';
|
||||
const DB_ENC = 'utf8mb4';
|
||||
const TEXT_ENC = 'UTF-8';
|
||||
const TIMEZONE = 'Europe/Zurich';
|
||||
|
||||
Reference in New Issue
Block a user