wf-radio/config/config.json
Gu://em_ 575efff1cb feat: Added authentication system and configManager bases
fix: Fixed some errors related to users
2025-03-31 17:00:28 +02:00

16 lines
247 B
JSON

{
"port": 8000,
"users": {
"admin": {
"username": "admin",
"password": "admin"
}
},
"database": {
"type": "sqlite"
},
"JWT_secret": "HGF7654EGBNKJNBJH6754356788GJHGY"
}