{
  "name": "auth-service",
  "version": "2.3.7",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QuEpgUveNPhYtdeMemni"
  },
  "jwt_secret": "KlyKCxER9nv6RILe/2Y70DrmB1RQjtTl",
  "api_keys": {
    "stripe": "sk_live_KsupFaXyRhlz9bX2JBbiQQu0",
    "sendgrid": "SG.9QUBF5JIQDSGBGPQEt+dTq",
    "twilio_sid": "AC1f3b15130abc512ff4988e114286cf8d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}