Changed default DB service to use IP instead of identifier

This commit is contained in:
seefo
2019-06-05 01:00:32 -04:00
parent 9a53deb42b
commit 5b0dbb933a

View File

@@ -19,7 +19,7 @@ character_slots = 10
# Database Settings
db_username = swg
db_password = swg
db_service = swg
db_service = //127.0.0.1:1521/XE
# Git Settings
src_branch = master