Skip to content
Update Home authored by Sergei Kliuikov's avatar Sergei Kliuikov
......@@ -23,7 +23,7 @@ Settings
If you not set **POLEMARCH_DB_HOST**, default database would be SQLite3, path to database file: `/db.sqlite3`. If you set **POLEMARCH_DB_HOST**, Polemarch would be use MYSQL with next variabls:
* **POLEMARCH_DB_TYPE** - name of database type. Support: `MYSQL`, `SQLite3` and `Postgres` database.
* **POLEMARCH_DB_TYPE** - name of database type. Support: `mysql`, `sqlite3` and `postgres` database.
* **POLEMARCH_DB_NAME** - name of database.
......
......