[database_settings] ;Possible database types: "pg" for PostgreSQL and "MySQL" for mysql DBMS db_type="pg" ;base host for application database host="localhost" ;username used to log in to the database server username="" ;corresponding password password="" ;application database db_name="varpulis" ;MySQL default port is 3306, pg default port is 5432 db_port="5432"