summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorNils Schwabe2014-04-09 15:35:15 +0200
committerNils Schwabe2014-04-09 15:35:15 +0200
commit702b5d7ed1702791dbef88125c2e574d52246939 (patch)
treecff8d06a48faa3efb47c20fc220fb35bcff93042 /config
parentforgot to commit the ftpserver class (diff)
downloadmasterserver-702b5d7ed1702791dbef88125c2e574d52246939.tar.gz
masterserver-702b5d7ed1702791dbef88125c2e574d52246939.tar.xz
masterserver-702b5d7ed1702791dbef88125c2e574d52246939.zip
fixed config dir (examples etc)
Diffstat (limited to 'config')
-rw-r--r--config/global.properties.example2
-rw-r--r--config/mysql.properties.example (renamed from config/mysql.properties)1
2 files changed, 2 insertions, 1 deletions
diff --git a/config/global.properties.example b/config/global.properties.example
new file mode 100644
index 0000000..c628288
--- /dev/null
+++ b/config/global.properties.example
@@ -0,0 +1,2 @@
+# fill in properties and rename to global.properties
+ftp_base_dir=/tmp
diff --git a/config/mysql.properties b/config/mysql.properties.example
index a434dff..3de7085 100644
--- a/config/mysql.properties
+++ b/config/mysql.properties.example
@@ -3,4 +3,3 @@ host=localhost
db=masterserver
user=masterserver
password=geheim
-