Add env template

pull/75/head
Stijn De Clercq 2021-06-20 11:50:46 +02:00
parent 92a82a7175
commit f2b4abd4d2
1 changed files with 20 additions and 0 deletions

View File

@ -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.