{
  "name": "auth-service",
  "version": "3.6.3",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "00ooZYOGhGhsGR1Wn3lP"
  },
  "jwt_secret": "2KuoxdRfSadx4Q0T4+TJIlhc/ReFOkGh",
  "api_keys": {
    "stripe": "sk_live_A7RMLQKspUijzp2adllUhtsk",
    "sendgrid": "SG.TZKWeWrMn6EcusvbMsqwHf",
    "twilio_sid": "ACd737d766c86ac06b2f5dcd8e7f05ec8f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}