{
  "name": "auth-service",
  "version": "1.7.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "43jqLIygZk85qcBN0IJP"
  },
  "jwt_secret": "IxY2VEeUDuCnP1Qe6ylLWSXEVr9u+kR8",
  "api_keys": {
    "stripe": "sk_live_jNVxKXqa2ILJHefbBvV68uqG",
    "sendgrid": "SG.K0f+v/JwUQapoj2aumtKbD",
    "twilio_sid": "ACe957274379ee2c5d9fcb85a58196eedc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}