Spotter-VM/lxc-apps/mifosx/install/schemapwd.sql

2 lines
181 B
MySQL
Raw Normal View History

UPDATE `tenants` SET `timezone_id` = "Europe/Prague", `schema_server` = "mariadb", `schema_username` = "mifosx", `schema_password` = "${MIFOSX_PWD}" WHERE `identifier` = "default";