Dragon-Knight/.env.example

24 lines
444 B
Plaintext

# 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
debug = false
# Email
smtp_host = smtp.foobar.com
smtp_port = 546
smtp_encryption = tls
smtp_username = foo
smtp_password = bar123