{
  "name": "auth-service",
  "version": "3.3.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "N5CuQBF2b0AFtuwNeSUO"
  },
  "jwt_secret": "19UhYUo1AgfcJgpX0k9bbAKgBGBK9xVW",
  "api_keys": {
    "stripe": "sk_live_j9q0lZ3fSTzkCNyih81fmyzt",
    "sendgrid": "SG.3h8YpIxkKwNlf8CQIRiChP",
    "twilio_sid": "AC8e6819b811dc446c802adafe45a33b43"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}