diff options
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" + } + ] } |