{
  "name": "auth-service",
  "version": "1.9.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aCRpRZBEvYAgNZw7X1Dt"
  },
  "jwt_secret": "JtAKmu3M5G50Eu84zJ9+GMhR7E4w/7OP",
  "api_keys": {
    "stripe": "sk_live_CqJBCa4SG2mVAC8K9UZRLKsT",
    "sendgrid": "SG.WsSu3AhRIw2Jo68SxXok7w",
    "twilio_sid": "AC283a5fd73647cd5d0212d6bb1dc8abed"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}