3 Configuration
Techwizz edited this page 2023-11-12 23:48:12 +00:00

General Information

The default config file is config.yaml

Configuration Options

app

  • password This password is required to be sent when using authenticated API calls.

database

  • host The IP or hostname of the server running the MariaDB/MySQL database.
  • user The user the app will use for the database.
  • password The password for the user of the database.
  • database The name of the database the app will use.

Note: currently there's no configuration option to use MariaDB on a non-standard port. 3306 is all that is supported at the moment.