areski / a2billing-flask-api

Restful A2Billing APIs in Flask
http://a2billing-flask-api.readthedocs.org
Mozilla Public License 2.0
21 stars 13 forks source link

How can I update the database settings for a2billing-flask-api api? #4

Closed rajeshbk042 closed 8 years ago

rajeshbk042 commented 8 years ago

Hi,

I have installed everything for a2billing-flask-api except the database settings.

Currently, I am getting this error,
peewee.OperationalError: (1045, "Access denied for user 'root'@'localhost' (using password: YES)")

Could you please suggests the file and its path to edit the database settings values?

areski commented 8 years ago

here https://github.com/areski/a2billing-flask-api/blob/master/a2billing_flask_api/config.py

rajeshbk042 commented 8 years ago

Hi Areski Belaid,

Yes, its worked. Thank you very much

Thanks & Regards, Rajesh

On Tue, Apr 19, 2016 at 6:33 PM, Areski Belaid notifications@github.com wrote:

here https://github.com/areski/a2billing-flask-api/blob/master/a2billing_flask_api/config.py

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/areski/a2billing-flask-api/issues/4#issuecomment-211916282