{
  "name": "auth-service",
  "version": "3.9.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uEz3rut6UGg9kQ1RPxIz"
  },
  "jwt_secret": "Cc+Bmk2War70jL1a+UGpJ0XIT759SBDV",
  "api_keys": {
    "stripe": "sk_live_tUZD9lFz1svkGV39IabaYQuF",
    "sendgrid": "SG.U1b53pmpKrIqfzY9AWXwCV",
    "twilio_sid": "AC402f825986be6905461f193fd2234552"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}