{
  "name": "auth-service",
  "version": "1.8.9",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "pgImMlOL70rrkqNgyoSG"
  },
  "jwt_secret": "SWA4GnkfuJGfIW88Rzzmb8lhWNU+Bkfz",
  "api_keys": {
    "stripe": "sk_live_u3OiuLFeOcoAx2Sosukd4pYt",
    "sendgrid": "SG.+hEF+j+n9/uPof4DGifWaR",
    "twilio_sid": "AC36c1f7d433afff1ee2ff9b11b0d56555"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}