diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-07 17:50:36 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-07 17:50:36 +0200 |
| commit | ff63742a2fa138c230fb2e080708d03ed888c248 (patch) | |
| tree | 10a5061a93cd6a91217d837a0a3a22a0bb17c54e /config.yml.example | |
| parent | 17168a489392847794de0aed15fe395230a38261 (diff) | |
Add basic login and clean up config
Diffstat (limited to 'config.yml.example')
| -rw-r--r-- | config.yml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example new file mode 100644 index 0000000..1a0ddc6 --- /dev/null +++ b/config.yml.example @@ -0,0 +1,7 @@ +--- +host: "0.0.0.0" +port: "8080" + +# Example hash for password "changeme" (double SHA256) +# echo -n "changeme" | sha256sum | awk '{printf $1}' | sha256sum | awk '{print $1}' +password_hash: "96c3780287c58bd0867c8cd9b2d60c387ea070c4df3f87d2d3e3c770d3baab0b" |
