diff --git a/docs/wiki/configuration/Getting-started.md b/docs/wiki/configuration/Getting-started.md index 44bd3c6..c27beb1 100644 --- a/docs/wiki/configuration/Getting-started.md +++ b/docs/wiki/configuration/Getting-started.md @@ -1 +1,10 @@ -# Getting started with PowerDNS-Admin \ No newline at end of file +# 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' +``` +