source: network-game/server/db_settings.lua@ 53643ca

Last change on this file since 53643ca was 53643ca, checked in by Dmitry Portnoy <dmp1488@…>, 10 years ago

Server loads user profile and game history info from the database, saves game history to the db after every game, and uses a lua settings file to load db settings

  • Property mode set to 100644
File size: 97 bytes
Line 
1return {
2 database = 'pythondb',
3 username = 'pythonAdmin',
4 password = 'pyMaster09*'
5}
Note: See TracBrowser for help on using the repository browser.