{
  "name": "auth-service",
  "version": "1.9.23",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IvfOR4KeehKt1bjo64UY"
  },
  "jwt_secret": "CNxFCJoodonttx4cyrwMq2uWDL/hnGDk",
  "api_keys": {
    "stripe": "sk_live_FDAxzhxPXmnEWGjKcucyhD2x",
    "sendgrid": "SG.km6s7+eu/sDjWV/ThH9I1a",
    "twilio_sid": "AC96ae63e8a4147618c848a53e9420ea15"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}