Skip to content

Commit 23c1b5c

Browse files
committed
Add export_secrets.sh for Gabe to work on
1 parent e14795a commit 23c1b5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

export_secrets.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# TODO: only fill out this file in production
2+
export GMAIL_USERNAME = "todo"
3+
export GMAIL_PASSWORD = "todo"
4+
export GOOGLE_DRIVE_TOKEN = "todo"
5+
export GITHUB_TOKEN = "todo"
6+
export DISCORD_TOKEN = "todo"
7+
8+
export CSSS_GUILD_ID = "todo"
9+
export SFU_API_TOKEN = "todo"

0 commit comments

Comments
 (0)