From 36a680fd28d008e19b83775cd993bdf1a9b5f1f1 Mon Sep 17 00:00:00 2001 From: victormylle Date: Wed, 30 Sep 2020 14:01:57 +0200 Subject: [PATCH] added credentials file --- credentials.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 credentials.json diff --git a/credentials.json b/credentials.json new file mode 100644 index 0000000..8b71c05 --- /dev/null +++ b/credentials.json @@ -0,0 +1,8 @@ +{ + "mysql": { + "ip": "192.168.1.251", + "database": "worldcraft_discord", + "username": "worldcraft_discord", + "password": "aquev5vcwhLwTdRt" + } +}