mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Add postgres URI to getting-started.
This commit is contained in:
parent
55537e5bce
commit
b5661b61a0
@ -1 +1,10 @@
|
||||
# Getting started with PowerDNS-Admin
|
||||
# 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'
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user