IndiumRevolt/.env.example

10 lines
237 B
Text
Raw Normal View History

2023-06-19 16:39:15 -04:00
TOKEN=token-goes-here
2023-06-19 16:47:48 -04:00
PREFIX=!
2023-06-19 16:41:05 -04:00
# Only change the API URL if you're using a selfhosted Revolt instance.
API_URL=https://api.revolt.chat
# Moderation Database
DB_HOST=localhost
DB_USER=yourusername
DB_PASSWORD=yourpassword
DB=yourdatabase