diff --git a/.gitignore b/.gitignore index 1febf6c..b1a7903 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/ __pycache__ +local.db diff --git a/credentials.json b/credentials.json index 8b71c05..282ffda 100644 --- a/credentials.json +++ b/credentials.json @@ -1,7 +1,11 @@ { - "mysql": { + "worldcraft_discord": { + "ip": "192.168.1.251", + "username": "worldcraft_discord", + "password": "aquev5vcwhLwTdRt" + }, + "worldcraft": { "ip": "192.168.1.251", - "database": "worldcraft_discord", "username": "worldcraft_discord", "password": "aquev5vcwhLwTdRt" }