minecraft_server_manager/panel.config.ts

5 lines
No EOL
153 B
TypeScript

import { reactive } from "vue";
export const settings = reactive({
password_hash: "$2a$12$E2uo9jptR/68BxMBx3HuzO18Cf8GWpzB9XBki98Dq8Xo.YPpOFCje"
});