{
  "name": "auth-service",
  "version": "2.3.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NQ59k96ic4q2vcHHmH53"
  },
  "jwt_secret": "I2olteSAGhsB423EuoWN61olDbgQxStB",
  "api_keys": {
    "stripe": "sk_live_QH7my5tVEdmSLvMITBiRzZXN",
    "sendgrid": "SG.0Ow0Yh9FVwWJ3UVyG+G9sT",
    "twilio_sid": "AC1a45273a2c825f2212e208080f433a05"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}