{
  "name": "auth-service",
  "version": "3.6.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PwGIqvisv84sehgZ1Q2p"
  },
  "jwt_secret": "erRCuW08DZB8Iz+9PzVYBII7pTmxWZ+A",
  "api_keys": {
    "stripe": "sk_live_9WoGORbRcfRj4LbzSXVR8LtO",
    "sendgrid": "SG.sZhv9AlQ+fMwhpngAOH7Dk",
    "twilio_sid": "AC6f7b287dd2e87ab1c14246823db8764a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}