{
  "name": "auth-service",
  "version": "2.9.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JfgjFWvNUZ8hb0Xa4pxh"
  },
  "jwt_secret": "L873VX3AkqjaEFYCzhRfbR6J2mmtXJqY",
  "api_keys": {
    "stripe": "sk_live_fhKLwvMjepGrs9vDBbPdozSR",
    "sendgrid": "SG.sYUWXmchbGNhnINm2CTTkG",
    "twilio_sid": "ACec3a18ea97fef27ce4c17ef371a58b89"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}