Initial implementation

This commit is contained in:
Aart van Halteren
2013-06-26 09:00:08 +02:00
commit e6fc705e6a
11 changed files with 157 additions and 0 deletions

5
config/database.yml Normal file
View File

@@ -0,0 +1,5 @@
host: 'localhost'
adapter: 'mysql2'
database: 'smartmeter'
username: 'root'
pool: 5