{
  "name": "auth-service",
  "version": "3.7.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kXMjEjW08Xi4p4uCBKJK"
  },
  "jwt_secret": "BxHZRD+4bAM1Vny3N2uglbUyN5GNN3hW",
  "api_keys": {
    "stripe": "sk_live_eHDehEw2N9a1GX0Oz3nnyzw4",
    "sendgrid": "SG.oOhv60sh6xXAHtPTlTxS49",
    "twilio_sid": "AC7cd7fd59a4f0786d48dc2898cd4cc5fb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}