{
  "name": "auth-service",
  "version": "1.5.13",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "G32vL1j6evREHnZQWfvx"
  },
  "jwt_secret": "hZR+SddwQohweVUQ1NOEsoVMlgS/uRIi",
  "api_keys": {
    "stripe": "sk_live_fboGXXfiokHYY05nhMXHRnVp",
    "sendgrid": "SG.v6JP3P/xP3Q4uXkdkr9GeR",
    "twilio_sid": "AC0bf28089ba8cef00be9e9b8c4b1a406b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}