{
  "name": "auth-service",
  "version": "3.0.20",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dVhkP6CMbdi3Rw3ne4fn"
  },
  "jwt_secret": "S+Cabvz8P97fB3Tsa8d6Swm9FgbDtQog",
  "api_keys": {
    "stripe": "sk_live_quamnXbVvxjmabHD2tLA8tT8",
    "sendgrid": "SG.bhmES8RtlQcO/5oMyYA0sf",
    "twilio_sid": "AC014515d6615bce8cb9dc762d9767dcad"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}