1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-24 03:48:40 +02:00

5 lines
93 B
TypeScript
Raw Normal View History

export const DEFAULT_USER_DATA = {
username: "testuser",
password: "testuser123",
};