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,