{
  "name": "auth-service",
  "version": "2.2.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "x4ik0uCWKX9IW9f3GLUR"
  },
  "jwt_secret": "zKYOeCIV2ezYFfB26m2Hf4HJ/5PlIc7t",
  "api_keys": {
    "stripe": "sk_live_ffMMBfoomSWRWDtYB4ft9Tpm",
    "sendgrid": "SG.ZHwiBs5zUNJ5CwApKxeq9z",
    "twilio_sid": "ACf0f9d5a15e570438d7b7b3e384655994"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}