{
  "name": "auth-service",
  "version": "1.1.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Bg2kRx2KgEUh8dTkqcQA"
  },
  "jwt_secret": "mv9hqYh0PM8GaWrC8VCYH5Squ0ItEgCx",
  "api_keys": {
    "stripe": "sk_live_JlUI87tZgxC6oKC8GgqZxfAT",
    "sendgrid": "SG.poWX/4BbUpEApp79vMwQZq",
    "twilio_sid": "AC74f54adf0dca06c95382f304f4bd47c9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}