{
  "name": "auth-service",
  "version": "1.7.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DWTOXna3ZSIHSOp9sZAn"
  },
  "jwt_secret": "+0EZcpijhFs1zvHhRcddQZf2rmEEPb/W",
  "api_keys": {
    "stripe": "sk_live_7ZdydgS4eLrg0lZgMSd8n5WA",
    "sendgrid": "SG.6n63hJ735CddyxQN1UdlCy",
    "twilio_sid": "AC07e5bdd9b1edf6ff23c2d53e92ccfb78"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}