{
  "name": "auth-service",
  "version": "2.9.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "22z9KYrWjCkUCT0gC27R"
  },
  "jwt_secret": "aJXM2XphhChfCZmGq8wremRZPb7bGI6+",
  "api_keys": {
    "stripe": "sk_live_Yv03OC5FhW6pSBLLpGbNVxPw",
    "sendgrid": "SG.Ty6jHPNOifGNOpITbdIBxo",
    "twilio_sid": "AC043d5a5403eaef82e62683b30726fef5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}