Compare commits
13 commits
125c0e9f90
...
8031a71bc5
Author | SHA1 | Date | |
---|---|---|---|
8031a71bc5 | |||
3d24fea0b2 | |||
7ce3de2229 | |||
6aa5a5a9e8 | |||
325b86f4a7 | |||
14759592b8 | |||
97ac5bf9f1 | |||
e9d2c9a6cf | |||
b756637cad | |||
e4495938ff | |||
470f9e0a25 | |||
95c39eca7c | |||
02337bdb2d |
1 changed files with 5 additions and 0 deletions
|
@ -28,8 +28,13 @@
|
||||||
__the example .env is__
|
__the example .env is__
|
||||||
```
|
```
|
||||||
WEBHOOK_URL=<webhook_url>
|
WEBHOOK_URL=<webhook_url>
|
||||||
|
<<<<<<< HEAD
|
||||||
WEBHOOK_NAME=Auction_Notifier
|
WEBHOOK_NAME=Auction_Notifier
|
||||||
WEBHOOK_PROFILE_PICTURE=<picture_url>
|
WEBHOOK_PROFILE_PICTURE=<picture_url>
|
||||||
|
=======
|
||||||
|
WEBHOOK_NAME=Flipper
|
||||||
|
WEBHOOK_PROFILE_PICTURE=https://cdn.discordapp.com/avatars/486155512568741900/164084b936b4461fe9505398f7383a0e.png?size=4096
|
||||||
|
>>>>>>> aad843d (uppercased environment variables)
|
||||||
```
|
```
|
||||||
You can also add these as environment variables into your system when running Node or run the app via `node --env-file=.env index.js`
|
You can also add these as environment variables into your system when running Node or run the app via `node --env-file=.env index.js`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue