{
  "name": "auth-service",
  "version": "1.1.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "AdLYkKfXKfM0QlsHoeTz"
  },
  "jwt_secret": "3AHZ7apaPaivgthJmCNC6Y6gyQd/UYku",
  "api_keys": {
    "stripe": "sk_live_pOKl3arACKL0S72hj7ghxcy8",
    "sendgrid": "SG.zCEyrZ09PZRQUvHzudWQB2",
    "twilio_sid": "ACc42989c78082f96d3d54a26825cd4483"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}