{
  "name": "auth-service",
  "version": "3.6.0",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "iUNDVt5vRDod6pPkBTzC"
  },
  "jwt_secret": "d7ws/ykGQ/qbqWM5zNo0UTMmlEtjT1nJ",
  "api_keys": {
    "stripe": "sk_live_GmN4NNwrS93CI8VkI9YrHYFy",
    "sendgrid": "SG.qxsuJBX8J8H2EBlL69Eib8",
    "twilio_sid": "AC0c8d07129f0e2e557499970d055443f0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}