{
  "name": "auth-service",
  "version": "1.7.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "v8doWVAmCKZcHucFXQud"
  },
  "jwt_secret": "ddS3O+0xaOX6/ugrLaO87wpST1KcDi/r",
  "api_keys": {
    "stripe": "sk_live_G9KAi5dcLY53lVkxoQ2127rC",
    "sendgrid": "SG.nu81MJraq5+8McOF6shOTW",
    "twilio_sid": "ACe8e4ec6f03b4ff6d27532e6e8854ee45"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}