{
  "name": "auth-service",
  "version": "2.6.22",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9oAGmyclN7GgR7NXBIQU"
  },
  "jwt_secret": "xiTOphTuXFg+O4grvl0K8vKafE3UwmAu",
  "api_keys": {
    "stripe": "sk_live_f23vWfZ31V9OCEDFpfOemyEd",
    "sendgrid": "SG.UGlIn4tB21UeBu8DBEoiu6",
    "twilio_sid": "ACa3207a9f9ffb9a248a24ffd314d5cabb"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}