vinniefalco / BeastLounge

Massively Multiplayer Online Blackjack Game using Boost.Beast
http://beastlounge.com
Boost Software License 1.0
2 stars 0 forks source link

Add configuration option to provide index file name #3

Closed DoumanAsh closed 5 years ago

DoumanAsh commented 5 years ago

Previously by default just used index.html but let's make it as optional configuration parameter

vinniefalco commented 5 years ago

We can revisit this later, for now lets avoid a dependency on boost.system, and we can just hard-code the index.html file.