216 current 2025-10-10 04:43:06 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 20:06:54 -05:00
parent f754badc78
commit 16d62f5ed2

View File

@@ -82,7 +82,7 @@ in
ensureUsers = [ ensureUsers = [
{ {
name = "minecraft"; name = "minecraft";
password = "sec."minecraft_recpro_db_passwd""; password = ${toString sec."minecraft_recpro_db_passwd"};
ensurePermissions = { "minecraft_recpro_db.*" = "ALL PRIVILEGES"; }; ensurePermissions = { "minecraft_recpro_db.*" = "ALL PRIVILEGES"; };
} }
]; ];