{
  "name": "auth-service",
  "version": "1.2.6",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "BH4GjrDFbCvIOau3vKRz"
  },
  "jwt_secret": "cbAxjQZI2TAsRS94hPAxn3u+A3TNgBAq",
  "api_keys": {
    "stripe": "sk_live_GRImXa8pHNGklQPUNcv6f4Tw",
    "sendgrid": "SG.X8XLWu3/hYuc+9bpLmxF8o",
    "twilio_sid": "AC9cbc86600bd4e40bee2f6ad75a9c3ebe"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}