{
  "name": "payment-service",
  "version": "3.2.7",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fMLXDyzAOKIbXrQxhdtJ"
  },
  "jwt_secret": "nq0oTABV5QUbNz1ebA92rdE8jRJquq8l",
  "api_keys": {
    "stripe": "sk_live_mTYsxCMyFX3gwh6UxUKUzF3j",
    "sendgrid": "SG.4ELR9au3t2hBLU7H9cLwks",
    "twilio_sid": "AC60d866c3774769ae6129c4e25b3e4e20"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}