{
  "name": "auth-service",
  "version": "2.6.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OyfPsX3fiLkiSiCSNwVv"
  },
  "jwt_secret": "cDRuzyLm5RpFmufA23SMK8lJXNg3WFAZ",
  "api_keys": {
    "stripe": "sk_live_EBaoy3ig8gb5RgCZNeLlRL9c",
    "sendgrid": "SG.09WQOHcEXM2+SXwvI4/w8C",
    "twilio_sid": "AC2aae72702a58a0277226b567805c39a1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}