add prod server as settings param

This commit is contained in:
2019-03-15 18:58:23 +01:00
parent 2b170d5255
commit 0c8bd785e5
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
class Settings
{
const HOST_SERVER = 'http(s)://your.domain.tld';
const DB_SERVER = 'localhost';
const DB_LOGIN = '';
const DB_PASS = '';