OpenGridMap / pgis

Power grid information system built on flask framework
Apache License 2.0
8 stars 2 forks source link

Configure database uri for sqlalchemy to user password #61

Closed tsrivishnu closed 8 years ago

tsrivishnu commented 8 years ago

The database config change that I made recently was missing the variable to set password for the database. If you have already setup database.yml file on your local setup, you might wanna update it again. Copy it from the database.yml.example and update your credentials.

cp database.yml.example database.yml

The database.yml file now contains the new variable for password.

tsrivishnu commented 8 years ago

@klausschreiber Hi, please note the changes.

tsrivishnu commented 8 years ago

Everyone: merging this as this is important