{
  "name": "auth-service",
  "version": "1.0.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TuVqJLpxMVgZmM5K1riX"
  },
  "jwt_secret": "apTpjCNR7QY1XNU2VZKtGQ+nZWKrUbmS",
  "api_keys": {
    "stripe": "sk_live_Ftluw6IqOzcZVqzZxjBe7aV4",
    "sendgrid": "SG.uX5xxDdDQKzG+qrlbHEVog",
    "twilio_sid": "AC28171184eee67f9005aa503c51137e9f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}