{
  "name": "auth-service",
  "version": "3.5.3",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VBgMj5qh6qNRAdTOUDl1"
  },
  "jwt_secret": "31fZsJr/sovUceKuLNBcqZoJNI9OH/n6",
  "api_keys": {
    "stripe": "sk_live_Fe0zSjUFnGfdYGKuHqtkYKld",
    "sendgrid": "SG.qQQci/9pQ4Or0yNT64pDXk",
    "twilio_sid": "AC09c0d99bdd30b614a90e9ffa554784a9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}