this repo has no description

rework config

Changed files
+3 -1
example
.smallweb
+3 -1
example/.smallweb/config.json
··· 1 1 { 2 2 "$schema": "../../schemas/config.schema.json", 3 3 "domain": "smallweb.localhost", 4 - "oidc.issuer": "https://auth.smallweb.localhost", 4 + "oidc": { 5 + "issuer": "https://auth.smallweb.localhost" 6 + }, 5 7 "authorizedEmails": [ 6 8 "achille.lacoin@gmail.com" 7 9 ],