{
  "name": "auth-service",
  "version": "1.7.25",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PupxKDWbVczo6PWG0oDX"
  },
  "jwt_secret": "BjJftLQ0CnoKdvS8dobkpCMNGRjhVvc1",
  "api_keys": {
    "stripe": "sk_live_6NDqfksTETEpoqdhb2323LWI",
    "sendgrid": "SG.T9V2HjP/rSwK4rvCek6JMQ",
    "twilio_sid": "AC3aadcd855b6d3287de78bc68ddd84f53"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}