{
  "name": "auth-service",
  "version": "1.3.17",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "cItILi4IXbPn1sgVsVoZ"
  },
  "jwt_secret": "EPLS23q8aRW057HLGTOTlIFdvOl6MPMt",
  "api_keys": {
    "stripe": "sk_live_kLMB0GEFizTdoWsNIwg3AUrr",
    "sendgrid": "SG.8YvpEdOtIe7hAou/OuU2MS",
    "twilio_sid": "AC2f486689a4040b980b15c2da2df1dc1d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}