{
  "name": "payment-service",
  "version": "2.5.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "WRxp8iqEvO8wesZUjhQT"
  },
  "jwt_secret": "z+GXnh60+01Sg9sNod3fjbs22fshtUBm",
  "api_keys": {
    "stripe": "sk_live_9fIsrJYfdKigKADVN41ErWtW",
    "sendgrid": "SG.apeMKV7xG8SUt/F5JJwxX1",
    "twilio_sid": "ACc58ac5972c551c6fa3b2493842b00539"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}