{
  "name": "auth-service",
  "version": "2.7.1",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "sqc4fyjRANpTc7hUAOBL"
  },
  "jwt_secret": "7Ong/Fd+YB1vMAbkQiN2KobHhHxjK0OW",
  "api_keys": {
    "stripe": "sk_live_KEuefUAXMK4nZdYvcAQRHY6T",
    "sendgrid": "SG.5jIE4ceOAXAtEw22H0DhLp",
    "twilio_sid": "AC735863ce922398b17f8578eb6f04c997"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}