diff options
Diffstat (limited to 'src/config.cpp.template')
-rw-r--r-- | src/config.cpp.template | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.cpp.template b/src/config.cpp.template index abc3048..ccd8406 100644 --- a/src/config.cpp.template +++ b/src/config.cpp.template @@ -21,6 +21,8 @@ config::config() { mysql_username = "***"; mysql_password = "***"; + // Site communication site_host = "localhost"; site_password = "********************************"; // MUST BE 32 CHARS + site_path = ""; // If the site is not running under the domain root } |