diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-20 15:33:43 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-20 15:37:20 +0100 |
| commit | b56101f1a11552067f594679a497ebd4cf7427d4 (patch) | |
| tree | 666014eb2199d3f230435a60ac4e0d1ed098fe62 /config | |
Initial commit
Diffstat (limited to 'config')
| -rw-r--r-- | config/default.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.yml b/config/default.yml new file mode 100644 index 0000000..2b4bcd3 --- /dev/null +++ b/config/default.yml @@ -0,0 +1,5 @@ +port: 3000 + +sites: + home: + path: /srv/www/home |
