NTaylorMullen / ShootR

Multiplayer space ship game built on the SignalR framework.
MIT License
388 stars 199 forks source link

add configuration file and settings for admin username and password #38

Open dominiqueplante opened 11 years ago

dominiqueplante commented 11 years ago

The admin page checks configuration file for admin user name and password (i.e. ConfigurationManager.AppSettings["AdminUserName"]), but this data is not actually in the config file.

NTaylorMullen commented 11 years ago

This is intentional so that people who pull down the source can set their own :)

dominiqueplante commented 11 years ago

:)