{
  "name": "auth-service",
  "version": "3.2.1",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qcBq7kzBH3kkcWII4HaM"
  },
  "jwt_secret": "X7KRNRfoZ/KOz5rX7PoF8ogiTPqeBJlE",
  "api_keys": {
    "stripe": "sk_live_mzoML7fO6iwnop9LdPsdrW1O",
    "sendgrid": "SG.F9VS+v9EN/x7RyRCYacNaK",
    "twilio_sid": "ACea899187f9f3b3b850283b5ae5a2bf43"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}