Changed database ip

This commit is contained in:
2020-11-17 00:20:05 +01:00
parent fc5d0f7efe
commit 557d253fda
4 changed files with 16 additions and 12 deletions

View File

@@ -28,8 +28,9 @@ class DatabaseConnection:
elif database == "s13_worldcraft":
self.mydb = mysql.connector.connect(
host="192.168.1.251",
user="u13_f2zpWZpIKY",
password="@fZQ6Uu3+U^WH1i2JNemgTC7",
user="worldcraft",
port="3308",
password="uJpa9VOW2P0bh0p1",
database=database
)
elif database == "s13_ecobridge":