{
  "name": "auth-service",
  "version": "1.3.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6ZrCpuOhY9qin5uwLvC7"
  },
  "jwt_secret": "Zxdu2jXYaBJvUyPKXlYX9lechAkQ9OoW",
  "api_keys": {
    "stripe": "sk_live_UZhwaTC2nGCPjU6WpHcIeaTU",
    "sendgrid": "SG.51h6if72yJyXXcVgD1BZ/W",
    "twilio_sid": "ACafe9be1ebb086dee4fa45e274f019be4"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}