{
  "name": "auth-service",
  "version": "3.1.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "n2YGKvqfCetvWuIt72OC"
  },
  "jwt_secret": "giE01rGD+FYioKtW0bl2C37HPfum0gVG",
  "api_keys": {
    "stripe": "sk_live_5fiEK2ryohcv0p1zu2wxAqWb",
    "sendgrid": "SG.Po77NRMS6DXuZpyEnShLYN",
    "twilio_sid": "ACd928048858e9922ffb3f5a5204878218"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}