From f2b4abd4d28207e12ae51531d9d011f2aaac4bca Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Sun, 20 Jun 2021 11:50:46 +0200 Subject: [PATCH] Add env template --- ignored.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ignored.md b/ignored.md index ce73183..5560866 100644 --- a/ignored.md +++ b/ignored.md @@ -4,6 +4,26 @@ A list of all ignored files with copy-pastable templates. Useful for when you wa These are usually files which would be overkill to make a PSQL table for. Other possibilities are files that are never edited, but should be different on every machine. +### .env + +```.env +SANDBOX=true + +URBANDICTIONARY="" +IMGFLIPNAME="" +IMGFLIPPASSWORD="" + +DBUSERNAME="" +DBPASSWORD="" +DBHOST="" +DBNAME="" + +TOKEN="" +HOSTIPC=false +READYMESSAGE="" +STATUSMESSAGE="" +``` + ### files/hangman.json Contains info on the current Hangman game.