Browse Source

Added application.ini to the gitignore list.

Adam Day 9 years ago
parent
commit
885aa8bdbd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      application/config/application.ini

+ 2 - 2
application/config/application.ini

@@ -28,8 +28,8 @@ meta_description = ''
 autoconnect = 0
 host = 'localhost'
 db = 'timetracker'
-username = 'test'
-password = ''
+username = 'timeTracker'
+password = 'timePassword'
 
 [auth]
 enabled = 1