Dragon-Knight/.env.example

24 lines
444 B
Plaintext
Raw Permalink Normal View History

2024-12-19 13:17:29 -06:00
# Game
game_name = 'Dragon Knight'
game_size = 250
game_open = true
game_url = 'localhost:8080'
admin_email = 'noreply@localhost'
class_1_name = 'Mage'
class_2_name = 'Warrior'
class_3_name = 'Paladin'
verify_email = false
show_news = true
show_babble = true
show_online = true
# Environment
2024-12-19 18:33:17 -06:00
debug = false
2024-12-19 13:17:29 -06:00
# Email
smtp_host = smtp.foobar.com
smtp_port = 546
smtp_encryption = tls
smtp_username = foo
smtp_password = bar123