You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
########################
|
|
# ENVIRONMENT TEMPLATE #
|
|
########################
|
|
|
|
export DISCORD_BOT_TOKEN=<>
|
|
export OPENWEATHER_API_TOKEN=<>
|
|
export GOOGLE_NEWS_API=<>
|
|
export GOOGLE_NEWS_TOKEN=<>
|
|
export MYSQL_HOST=<>
|
|
export MYSQL_PORT=<>
|
|
export MYSQL_DATABASE=<>
|
|
export MYSQL_USER=<>
|
|
export MYSQL_PASSWORD=<>
|
|
export MYSQL_ROOT_PASSWORD=<>
|
|
export LOGLEVEL=<>
|