{
  "name": "auth-service",
  "version": "2.7.7",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "8DeBJRwlmSTnbWzLoPLt"
  },
  "jwt_secret": "jGxbQNsAzitKYcmUHLnqpdtPF3ith+gO",
  "api_keys": {
    "stripe": "sk_live_xPCSnp7MtdYum8738sgmThH2",
    "sendgrid": "SG.JRxZf34mx5IWTFnUz0nIuJ",
    "twilio_sid": "AC66621996b4a1bd4b2d217be30653094f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}