Skip to content

Reference:configuration.php

Aaron Junker edited this page Mar 20, 2021 · 5 revisions

The configuration.php file is located at (root) and admin/.

They contain Information and settings for USOC.

Settings

Name Description Example
MYSQL_HOST The host of the MySql server localhost
MYSQL_USER The MySql user root
MYSQL_PASSWORD The MySql user password toor
MYSQL_DATABASE The MySql Database where USOC is located usoc
$USOC["DOMAIN"] The path to the domain where USOC is created. https://localhost
$USOC["SITE_PATH"] The path to the domain where the root folder is located . or ..
$USOC["ADMIN_PATH"] The path to the domain where the admin folder is located . or ./admin
$USOC["lockedSettings"] Array with the name of settings that are locked to edit. array("site.name","site.lang")
Clone this wiki locally