2022-12-09 01:47:28 +00:00
|
|
|
# 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'
|
|
|
|
```
|
|
|
|
|