diff options
author | Runxi Yu <me@runxiyu.org> | 2025-08-10 10:00:27 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-08-10 10:00:27 +0800 |
commit | 36c27fcc1f45b98e9d3a8b050ff6bf340b98f2ab (patch) | |
tree | 0ba737ca0835bb723e527d5025e3271b60f6dad8 /config.ini | |
parent | Add GNU AGPL v3 as the primary license (diff) | |
download | forge-bunnies.tar.gz forge-bunnies.tar.zst forge-bunnies.zip |
Add incomplete INI config filebunnies
Diffstat (limited to '')
-rw-r--r-- | config.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.ini b/config.ini new file mode 100644 index 0000000..1fd7149 --- /dev/null +++ b/config.ini @@ -0,0 +1,10 @@ +[http] +net = tcp +addr = 127.0.0.1 +port = 8080 +root = https://forge.example.org +reverse_proxy = true + +[git] +repo_dir = /home/runxiyu/Lindenii/forge/repos/ +socket = /home/runxiyu/Lindenii/forge/ |