{
  "name": "payment-service",
  "version": "1.1.1",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "4cNNNCSG4aXbDlEmtUB7"
  },
  "jwt_secret": "TQVp6GKr4oxYIjmC2EZn3gOME4437dDB",
  "api_keys": {
    "stripe": "sk_live_tsCNBxRJkonb2gPTkl0OIwqN",
    "sendgrid": "SG.NCM4KGtUa7LqCe2Lr5CMac",
    "twilio_sid": "AC5ce101ecfef875b977781aae414066bf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}