{
  "name": "auth-service",
  "version": "1.1.16",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nYSrEsgvSRe9jpzJzV9L"
  },
  "jwt_secret": "pUoWyNsZlIeZA+veNfTbKXezyJVMLt4J",
  "api_keys": {
    "stripe": "sk_live_OZoAiB9XFhcmdQYVTwn1gocf",
    "sendgrid": "SG.lXuKcSow+/Il3Z4o4xFJju",
    "twilio_sid": "AC76c890ad91d00864ba2c5d6935360fc6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}