diff options
author | Michael Petretti | 2014-08-25 16:43:53 +0200 |
---|---|---|
committer | Michael Petretti | 2014-08-25 16:43:53 +0200 |
commit | e61263a558437dddbe01e35a69e310cc3967eb3d (patch) | |
tree | 50c17f8a6e0718d056d4c1a8e3eee1b7c6c4cc37 /config/global.properties.example | |
parent | Fix new thriftconnection things (diff) | |
download | satellite-daemon-e61263a558437dddbe01e35a69e310cc3967eb3d.tar.gz satellite-daemon-e61263a558437dddbe01e35a69e310cc3967eb3d.tar.xz satellite-daemon-e61263a558437dddbe01e35a69e310cc3967eb3d.zip |
changed static to nonstatic un db class
Diffstat (limited to 'config/global.properties.example')
-rw-r--r-- | config/global.properties.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.properties.example b/config/global.properties.example index 0e64f93..933e426 100644 --- a/config/global.properties.example +++ b/config/global.properties.example @@ -27,7 +27,7 @@ THRIFT_KEYSTORE_PATH=/path/to/keystore.jks # port where the file transfer takes place (get it from the masterserver) FILETRANSFER_PORT=1234 -# port where the thrift conneciton is opened (usually this is 9191) +# port where the thrift connection is opened (usually this is 9191) THRIFT_PORT=9191 # the image folder where all up- and downloads are saved |