block-quote On this pagechevron-down
copy Copy chevron-down
Quick start guide chevron-right CMS setup 2. CMS setup Cms settings configuration
First of all, after uploading files to the root of the site, you need to set up a connection to your hosting's MySQL database.
After you specify all data above to connect to the MySQL database, you need to find the Config.php file in the root of the site
Open it in a text editor such as NotePad ++.
Installing an API Key
The key is located in the mmoweb.barrow-up-right iz panel, in the information block, in the Group secret key field :
Copy the secret key
Paste it into your Config.php file like in example below:
Setting up a database connection
DataBase connection settings Specify the address of the database. This is usually localhost
The name of the database where the personal account tables will be stored
Database connection login
Database connection password
circle-exclamation
After you fill in the connection data, you need to set a new Login and Password to enter the admin panel of the cabinet.
By default, these settings are:
Login: admin
Password: admin
Setting up access to the admin panel
Setting up access to the MMO admin panel Is the panel active: true/false
Login login to the admin panel
Password to enter the admin panel
Whether to use text editor: true/false
The admin panel will be available at url: https: //www.yousite/admin if the following setting is active:
The basic settings are now complete.
Now let's move on to running the installer.