From 439fd3d4e2811ce22b54a932d7dcbe39e7985c4a Mon Sep 17 00:00:00 2001 From: simplypower-bbj Date: Sat, 17 Dec 2022 00:18:07 +0100 Subject: [PATCH] updated env file --- .env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..00e8814 --- /dev/null +++ b/.env @@ -0,0 +1,8 @@ +DATABASE_ENGINE=postgresql +DATABASE_USERNAME=twitter_scraper +DATABASE_PASSWORD='EqQKZrowAJXJ' +DATABASE_HOST=192.168.1.2 +DATABASE_PORT=5432 +DATABASE_DATABASE=twitter_scraper +LOGGER_LEVEL=info +DISCORD_URL=https://discord.com/api/webhooks/1053450686093873223/DIy33Epm7lnUqAs-YtsushI1H6sfnI76anpYcDeezd1LoXYwA5ODwRjvTlwVVI6-_2Wt \ No newline at end of file