chore: add administrator data to "init.sql" file

This commit is contained in:
Dorian Niemiec 2024-12-27 16:56:42 +01:00
parent d0e549a2e7
commit 8b357be0d5

View file

@ -7,6 +7,10 @@
-- This is a SQL script that intializes the database for SVR.JS Mods directory.
-- It's recommended to change the default password hash and email address.
-- Default administrator data:
-- - Username: svrjs
-- - Password: admin
-- - Email address: unknown@example.com
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;