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