MyNixOS website logo
option

services.powerdns-admin.config

Configuration python file. See the example configuration for options.

Declarations
Type
string
Default
""
Example
''
  BIND_ADDRESS = '127.0.0.1'
  PORT = 8000
  SQLALCHEMY_DATABASE_URI = 'postgresql://powerdnsadmin@/powerdnsadmin?host=/run/postgresql'
''