Compare commits
No commits in common. "3ac64e39352122843a3a34976efea10dde1d61b7" and "cd3b9520ea604f5a8c1b81b3d81612eb244bcb64" have entirely different histories.
3ac64e3935
...
cd3b9520ea
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…
Reference in a new issue