{
  "name": "auth-service",
  "version": "3.9.11",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "JbwJayjTVZhFAAXQBI00"
  },
  "jwt_secret": "PkDMp9y0eDw+T2PRjIQmk2NPwTf3jyhh",
  "api_keys": {
    "stripe": "sk_live_bpSwjacKrgKXWDoMzz3NwFm1",
    "sendgrid": "SG.j3wdVOJS0m6s0UXtLeqz6g",
    "twilio_sid": "AC0bc6969e8b577e2a693aead624d20f76"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}