mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-27 09:25:46 +02:00
Add env template
This commit is contained in:
parent
92a82a7175
commit
f2b4abd4d2
1 changed files with 20 additions and 0 deletions
20
ignored.md
20
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue