diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-07 22:22:40 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2012-10-07 22:22:40 +1300 |
commit | f9da745ca13052396c40c4e8f99da7cd4ed14d3c (patch) | |
tree | 1374cac87060c8feee0ca5be178a1f337a39d9c0 /opengts.cfg | |
parent | ba8ece8a5b1c784f96c306e3fcbe6c612a1e4f97 (diff) | |
download | trackermap-server-f9da745ca13052396c40c4e8f99da7cd4ed14d3c.tar.gz trackermap-server-f9da745ca13052396c40c4e8f99da7cd4ed14d3c.tar.bz2 trackermap-server-f9da745ca13052396c40c4e8f99da7cd4ed14d3c.zip |
Progress protocol template
Diffstat (limited to 'opengts.cfg')
-rw-r--r-- | opengts.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/opengts.cfg b/opengts.cfg index fa1676d57..6ab52c6d8 100644 --- a/opengts.cfg +++ b/opengts.cfg @@ -6,9 +6,9 @@ <!-- Global confiduration --> <entry key="database.driver">com.mysql.jdbc.Driver</entry> - <entry key="database.url">jdbc:mysql://localhost/gts?allowMultiQueries=true</entry> - <entry key="database.user">root</entry> - <entry key="database.password">root</entry> + <entry key="database.url">jdbc:mysql://[DATABASE]</entry> + <entry key="database.user">[USER]</entry> + <entry key="database.password">[PASSWORD]</entry> <!-- Database refresh delay in seconds --> <entry key="database.refreshDelay">300</entry> @@ -48,7 +48,7 @@ <!-- Logging options --> <entry key="logger.enable">true</entry> - <entry key="logger.file">/home/user/Documents/tracker-server.log</entry> + <entry key="logger.file">[LOG]</entry> <!-- Xexun server configuration --> <entry key="xexun.enable">true</entry> |