{
  "name": "auth-service",
  "version": "3.5.8",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WjaFLNrAMTMtxyJcnimX"
  },
  "jwt_secret": "Ehtc6syFm8zyWQxoF52Gw6Ack3rkcqAR",
  "api_keys": {
    "stripe": "sk_live_Nat036edpRoWMGA6WKoQKm5D",
    "sendgrid": "SG.763FL47NRbTp0PF+55LTsZ",
    "twilio_sid": "AC74039f50ef7f13a44203667a59fcfca5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}