{
  "name": "auth-service",
  "version": "1.8.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9IBlwMWAj3mKP3pXijjV"
  },
  "jwt_secret": "EXFsmZ5L1cru3N8W7FwFNTNqFqC5tBq0",
  "api_keys": {
    "stripe": "sk_live_MF36z1HJdqdyeUB2vUvBaOQ5",
    "sendgrid": "SG.sdPYYOGAs0Ng9iqhmq4dfl",
    "twilio_sid": "AC740f37e2b69fdbc2e857942207f5ec06"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}