{
  "name": "auth-service",
  "version": "1.7.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wRkoYkDTjikaW5iQnKEy"
  },
  "jwt_secret": "EFlzWalbbDMiRho1IT4c1B/nUJCXYibl",
  "api_keys": {
    "stripe": "sk_live_Ttfm5RdgV03KFSiNFGkCEJKw",
    "sendgrid": "SG.O6Jn4qIl3v2Ukitun/ptCB",
    "twilio_sid": "AC4b9bf5c158b63c4424930fce20a8402b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}