diff options
Diffstat (limited to 'opengts.cfg')
-rw-r--r-- | opengts.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengts.cfg b/opengts.cfg index 16deb38ec..b490d9021 100644 --- a/opengts.cfg +++ b/opengts.cfg @@ -4,7 +4,7 @@ <properties> - <!-- Global confiduration --> + <!-- Global configuration --> <entry key='database.driver'>com.mysql.jdbc.Driver</entry> <entry key='database.url'>jdbc:mysql://localhost:3306/[DATABASE]?allowMultiQueries=true</entry> <entry key='database.user'>[USER]</entry> |