-
Notifications
You must be signed in to change notification settings - Fork 1
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.
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") |
Manuals
- manual:Download-and-install-USOC
- manual:How to install USOC manually
- manual:plugins
- manual:Set-up-oAuth-with-google
Github Manuals
Reference Index