mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 23:20:27 +00:00
232 B
232 B
Getting started with PowerDNS-Admin
In your config.py
file, make sure you have the database URI filled in:
For Postgres:
SQLALCHEMY_DATABASE_URI = 'postgresql://powerdnsadmin:powerdnsadmin@127.0.0.1/powerdnsadmindb'