{
  "name": "auth-service",
  "version": "2.1.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "70tlaaB2axBNotxBfUah"
  },
  "jwt_secret": "8PEoNRIHVozeXt7dU/13tJi7J2+aM8ey",
  "api_keys": {
    "stripe": "sk_live_ieWIPgA1fmguKBHFIjrmNZnF",
    "sendgrid": "SG.VlQtAu3cE+Kh2cPVLH67uI",
    "twilio_sid": "AC9711e566bd83cfcd6a796d6b92e709d7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}