{
  "name": "auth-service",
  "version": "3.0.18",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CAI7qtMi8cGHfAXKKaRn"
  },
  "jwt_secret": "3jKx2uCX0g0c83WBQAg0pVFV5lEtFz7v",
  "api_keys": {
    "stripe": "sk_live_gjXKuSYar4bgPHKQ0U3GM3YI",
    "sendgrid": "SG.iThyCQa4uE6UF7GqBkii1O",
    "twilio_sid": "AC95b327366ca4ad2858fbbc4f83cd510f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}