Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85a49e8

Browse filesBrowse files
committed
move discord tokens up in the env template
1 parent db4ea0c commit 85a49e8
Copy full SHA for 85a49e8

File tree

1 file changed

+6
-5
lines changed
Filter options

1 file changed

+6
-5
lines changed

‎pgml-apps/discord-bot/.env.template

Copy file name to clipboardExpand all lines: pgml-apps/discord-bot/.env.template
+6-5Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
### Discord Bot - GENERAL SETTINGS
33
################################################################################
44

5+
## Your Discord token
6+
DISCORD_TOKEN='your-bot-discord-token'
7+
8+
## Your Discord channel name
9+
DISCORD_CHANNEL='your-channel-name'
10+
511
## Your PostgreSQL Connection String
612
PGML_CONNECTION_STR='postgres://user:password@host:port/database'
713

@@ -12,9 +18,4 @@ COLLECTION_NAME=hello_world
1218
CONTENT_PATH='./docs'
1319

1420

15-
## Your Discord token
16-
DISCORD_TOKEN='your-bot-discord-token'
17-
18-
## Your Discord channel name
19-
DISCORD_CHANNEL='your-channel-name'
2021

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.