Move to git.themmonk.com

This commit is contained in:
the-m-monk
2025-12-29 22:05:31 +10:00
parent b63049e91c
commit f4944ab3b3
24 changed files with 701 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
name="Library 1"
#do not put spaces or weird chars in path name, numbers allowed
path_name="lib1"
path="./lib1"

View File

@@ -0,0 +1,4 @@
name="Library 2"
#do not put spaces or weird chars in path name, numbers allowed
path_name="lib2"
path="./lib2"

2
config/server.cfg Normal file
View File

@@ -0,0 +1,2 @@
address=127.0.0.1
port=8096