{
  "name": "auth-service",
  "version": "3.2.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4X2SoC7YSno1yylal9Z9"
  },
  "jwt_secret": "33ybGRwhtpnL9kXBdSF4XzqXy9ID3CU4",
  "api_keys": {
    "stripe": "sk_live_gl0DPXzhexaqC75GLW2P2Je8",
    "sendgrid": "SG.61i41rAIYPZpzO4i44LFKn",
    "twilio_sid": "AC67d15209a35ee7ee02f8421b04f53690"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}