{
  "name": "auth-service",
  "version": "1.6.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Xa5xDUQDTAJZuPhZGqc3"
  },
  "jwt_secret": "dUTgxVDaItaaEtY20Y9JepbpXSHvtKPh",
  "api_keys": {
    "stripe": "sk_live_4qp5unT5EzhifejsEylvOTBq",
    "sendgrid": "SG.JlgyNG17Hi68osHi7tpDr/",
    "twilio_sid": "AC671284a7189366fd14da70e38c6c5759"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}