{
  "name": "auth-service",
  "version": "1.0.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "MUCVItYtYdKSw7AoWnNz"
  },
  "jwt_secret": "iximvtiZwUMgsnq9AYZcoXu9p2HfPD7t",
  "api_keys": {
    "stripe": "sk_live_uCRwNKQbjj1RaFRp5eZCyQ2u",
    "sendgrid": "SG.OipUMS0dT6Atv/J8KyhpKA",
    "twilio_sid": "AC20f84f81c979fafa87bbc4574b3befae"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}