diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | config/global.properties.example | 2 | ||||
| -rw-r--r-- | config/mysql.properties.example (renamed from config/mysql.properties) | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,7 @@ /.project /.classpath /config/mysql.properties +/config/global.properties /target /src/main/java/org/openslx/imagemaster/thrift/iface /gen-java 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 - |
