{
  "name": "auth-service",
  "version": "2.2.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BJiOLkP6HWeVw2Fhbfi5"
  },
  "jwt_secret": "FwjEB/OH0a7yaIstljPGKgDGBebryPLb",
  "api_keys": {
    "stripe": "sk_live_rOSNqA3CZBBX4w2tS09rKvem",
    "sendgrid": "SG.PNR0wqle5Xa/8cNabWILJ9",
    "twilio_sid": "ACe008f5a1b7866052f7128ad40b33ddb7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}