{
  "name": "auth-service",
  "version": "2.3.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kLdrPXlxccUfBSEILQLT"
  },
  "jwt_secret": "CI7vrUTE1kxT8W3K1T+zGTwncax1RSOS",
  "api_keys": {
    "stripe": "sk_live_xhY3cOPsboPsmK3n2OGuK4AT",
    "sendgrid": "SG.aEjoR6uImJu0eumiyW9Qg3",
    "twilio_sid": "ACffaaa93ec2e7709626af91e2e76679fe"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}