From d08fa2b7211b6f6a723e1f6b46b51dd0a39ae076 Mon Sep 17 00:00:00 2001 From: victormylle Date: Wed, 30 Sep 2020 14:06:02 +0200 Subject: [PATCH] changed credentials.json --- .gitignore | 1 + credentials.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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" }