set up authorization

This commit is contained in:
2025-01-01 20:32:39 +01:00
parent 22222fb0e3
commit 7f87c00dd9
9 changed files with 44 additions and 8 deletions

View File

@@ -1,8 +1,10 @@
{
"development": {
"hostname": "https://localhost:8443"
},
"docker": {
"hostname": "https://localhost:9040"
}
"development": {
"hostname": "https://localhost:8443",
"token": ""
},
"docker": {
"hostname": "https://localhost:9040",
"token": ""
}
}