{
  "name": "auth-service",
  "version": "2.0.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nthLf72sukKmOcpKjkkE"
  },
  "jwt_secret": "GxDSQqzETthdmq9Z2EESU8d8SzuE396u",
  "api_keys": {
    "stripe": "sk_live_0dhTyPZMcD8gsitHsfrU8eTE",
    "sendgrid": "SG.+G0BfXM6nx4KTkAA78AZT1",
    "twilio_sid": "AC76e1584aaccefcec42d042aed8daa326"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}