summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAlan Pearce2017-06-18 20:07:14 +0200
committerAlan Pearce2017-06-18 20:07:14 +0200
commit2fef943bf1c52e8d2be64521202936ca0f7358e3 (patch)
treeef839e7442e7a996dc3f8c918529a500b7efa53e /config
parente13c5726846a89df4196f6abc9fc98d99d48305b (diff)
downloadhomestead-2fef943bf1c52e8d2be64521202936ca0f7358e3.tar.lz
homestead-2fef943bf1c52e8d2be64521202936ca0f7358e3.tar.zst
homestead-2fef943bf1c52e8d2be64521202936ca0f7358e3.zip
feat: use configly/TOML for configuration
Diffstat (limited to 'config')
-rw-r--r--config/default.toml5
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