diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/default.toml b/config/default.toml new file mode 100644 index 0000000..3026849 --- /dev/null +++ b/config/default.toml @@ -0,0 +1,5 @@ +[server] +port = 3000 + +[posts] +folder = "../posts" \ No newline at end of file |