-
-
Notifications
You must be signed in to change notification settings - Fork 22
Configuration
Zeyphros edited this page Oct 17, 2020
·
6 revisions
All configuration is completed in /etc/oblecto/config.json
If you wish to use mysql as a database backend instead of sqlite, you must find the database
entry in the config file. Set dialect
to mysql
and set the host, username, password and database values to the corresponding values of your database.
"database": {
"dialect": "mysql",
"host": "192.168.178.36",
"username": "root",
"password": "root",
"database": "Oblecto"
},