Configuration

Where to keep your configuration and how services read it.

Get started

Keep your own values in .ini files that services read through self.config - hot-reloaded, editable in the dashboard and behaving like Python dictionaries.

Where to keep API configuration
service.py

Keep values in files

Work in the dashboard

Know what goes where