Initial commit

This commit is contained in:
2025-09-06 21:35:45 -04:00
commit b02525e28a
32 changed files with 1478 additions and 0 deletions

9
config/config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"jwtAudience": "addrss.io",
"jwtIssuer": "tomraterman.com",
"jwtLifetime": 3600,
"jwtKey": "zomgjwtkey",
"dsn": "root:zomgpassword@tcp(ratermania.net:3306)/addrss",
"port": 1337,
"cors.origins": "*"
}