{
  "name": "auth-service",
  "version": "2.1.1",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5p4DOixoOC8YKXWMYF2p"
  },
  "jwt_secret": "irXX86ShhZvE1l4rlmAH+wui11v+/pFD",
  "api_keys": {
    "stripe": "sk_live_gKov0aiGbIxKk2Ed258fvvfJ",
    "sendgrid": "SG.Qxo3Hm7ofbnWlLOfQQ8AOH",
    "twilio_sid": "ACffccfc185736acc785e6692a902c6135"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}