Update env example
This commit is contained in:
parent
b90a9c179c
commit
8c667cbd2a
17
.env.example
17
.env.example
|
@ -1,4 +1,21 @@
|
|||
# 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 = true
|
||||
|
||||
# Email
|
||||
smtp_host = smtp.foobar.com
|
||||
smtp_port = 546
|
||||
smtp_encryption = tls
|
||||
|
|
Loading…
Reference in New Issue
Block a user