{
  "name": "auth-service",
  "version": "3.5.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BXuY6FGdcVBAOTUWHV3w"
  },
  "jwt_secret": "HxQzPCesnmD21uA0xsGJFZnkiG8xwVmL",
  "api_keys": {
    "stripe": "sk_live_GWf0tshyRYNasZkkZth3KC73",
    "sendgrid": "SG.5GRStTa1BNkj5QNTIa4b3e",
    "twilio_sid": "AC300496412cf8be54028266440be518af"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}