{
  "name": "auth-service",
  "version": "3.1.9",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xD4aHd04Eggf1k6NlkRc"
  },
  "jwt_secret": "Amc8fDyOISd1OX6KkJ5ut6SDfIh7msdh",
  "api_keys": {
    "stripe": "sk_live_JmF0cYBzF95sXcXMUtJ1YWM2",
    "sendgrid": "SG.G0YLNDoaLqBHcoh3zB7UKL",
    "twilio_sid": "AC5afebd20ce6035fac21cccf6a1a1f91e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}