From a0eb013b80f8cfcbf26b86c9229909a181a42dee Mon Sep 17 00:00:00 2001 From: mrhanky Date: Mon, 31 Jul 2017 16:12:10 +0200 Subject: [PATCH] Updated sample configs --- files/.env | 1 - files/config.json | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/files/.env b/files/.env index 1b0bc8a..b6902fe 100644 --- a/files/.env +++ b/files/.env @@ -1,3 +1,2 @@ DATABASE_URI=postgresql://:@:/ GOOGLE_API_KEY= -PASSWORD= diff --git a/files/config.json b/files/config.json index cdf59a6..4507a33 100644 --- a/files/config.json +++ b/files/config.json @@ -1,8 +1,10 @@ { + "nick": "nxy", + "realname": "nxy", "username": "nxy", "host": "localhost", "port": 6667, - "ssl": true, + "ssl": false, "autojoins": ["#nxy-dev"], "flood_burst": 1, "flood_rate": 4,