{
  "name": "auth-service",
  "version": "3.0.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YnhsyxblCGQ2C0KKwzdt"
  },
  "jwt_secret": "DfgCQBeHTTjvAeAW5WWxZAOoPunjwft5",
  "api_keys": {
    "stripe": "sk_live_RoH4EnhO6r8d0LWDEKauGVGe",
    "sendgrid": "SG.9P0a2tYMsVP0J2bCJpoJg3",
    "twilio_sid": "ACf112a0aa6b5acf7e2cfc557a84458153"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}