{
  "name": "auth-service",
  "version": "3.5.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hEbrUSWKxgbCI6Ze8GFd"
  },
  "jwt_secret": "Oe1MHujCqcs+LPkTl7H4GXLRzyZJrLjq",
  "api_keys": {
    "stripe": "sk_live_MFxWQZauQHsmWI8DpVQ2wLAC",
    "sendgrid": "SG.JakaEMsL+Ui3WZjPajdzYZ",
    "twilio_sid": "AC05fe012bb50dd7bef5184b7ac63b25fb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}