{
  "name": "auth-service",
  "version": "1.1.8",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "3s7Jm9VDKwu2s8hYaXY9"
  },
  "jwt_secret": "rRDC8YrnoJuUdiHZ0+nKFAk82bCMFbNg",
  "api_keys": {
    "stripe": "sk_live_o967JWzXLw7w92OVVxiGKYdq",
    "sendgrid": "SG.LpFKmWknmbzLLGb7LmlY/Z",
    "twilio_sid": "AC69680843ef4e41f51cc613267124a3ce"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}