diff options
author | sanine <sanine.not@pm.me> | 2023-05-14 20:12:06 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-05-14 20:12:06 -0500 |
commit | 5b4251fd39c43e4cfed27e032a4efb2bbba28e38 (patch) | |
tree | f51840d5607eba0db9262045e330a1c8b8393449 /config.json | |
parent | 9571ccc4d87907067df98edeaa78f0c167fcff43 (diff) |
add auth & pages
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/config.json b/config.json index 16de309..cb1b493 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,17 @@ { "ListenAddress": "localhost:3333", "AssetDirectory": "", - "Users": [], - "Endpoints": [] + "Users": [ + { + "Name": "kate", + "PasswordHash": "dxkkRedmREicKUNku0tM46vBfEIdnsCMkPX2Wvhhy2k=", + "Salt": "XaRgOwSnNZfoFA==" + } + ], + "Endpoints": [ + { + "Path": "/files", + "Address": "http://localhost:8000" + } + ] } |