example .env
This commit is contained in:
parent
cace1c9fbd
commit
a248399b23
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,4 +5,4 @@ _build/
|
||||||
/gecko-*.tar.gz
|
/gecko-*.tar.gz
|
||||||
/geckodriver-*
|
/geckodriver-*
|
||||||
|
|
||||||
config/
|
config/.env
|
||||||
|
|
2
config/example.env
Normal file
2
config/example.env
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
TWITTER_USERNAME=your username, not your mail
|
||||||
|
TWITTER_PASSWORD=your password
|
Loading…
Reference in a new issue