{
  "name": "auth-service",
  "version": "3.9.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0Pd6ww5LnmcKjWZs5YMB"
  },
  "jwt_secret": "jFg/MmgYJ98VoAEouMC/sAxb7NI+bXOt",
  "api_keys": {
    "stripe": "sk_live_aOqhEzqZfP26ihAd3FIYlTp9",
    "sendgrid": "SG.xGFSAuWSVK6qL/Cx58iPyn",
    "twilio_sid": "AC0099cf9f3114067c07d70b6d55401c90"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}