Skip to content

Reference:configuration.php

Aaron Junker edited this page Jan 24, 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 . or ./admin
MYSQL_PASSWORD The MySql user password . or ./admin
MYSQL_DATABASE The MySql Database where USOC is located . or ./admin
$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

Clone this wiki locally