{
  "name": "auth-service",
  "version": "3.5.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0hu9McIKuhSqBAGwceKd"
  },
  "jwt_secret": "V3AUyCL5tUzJS0wOmBWbRbICayI2bBfe",
  "api_keys": {
    "stripe": "sk_live_EDXvJXuMswPwTKh2LPzOXb0V",
    "sendgrid": "SG.vaibs874oKtB/XtT9E9bsM",
    "twilio_sid": "ACc0d21b5329fe620013f1c7906bc81e17"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}