mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Add mysql DB URI
This commit is contained in:
parent
1cd14210b9
commit
d6838cf802
@ -3,6 +3,11 @@
|
||||
|
||||
In your `config.py` file, make sure you have the database URI filled in:
|
||||
|
||||
For MySQL / MariaDB:
|
||||
```
|
||||
SQLALCHEMY_DATABASE_URI = 'mysql://username:password@127.0.0.1/db_name'
|
||||
```
|
||||
|
||||
For Postgres:
|
||||
```
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://powerdnsadmin:powerdnsadmin@127.0.0.1/powerdnsadmindb'
|
||||
|
Loading…
Reference in New Issue
Block a user