{
  "name": "payment-service",
  "version": "1.7.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DiBYsepME3X1lnHY9aPY"
  },
  "jwt_secret": "ngn+lKnskl1pj0VOyac4rEReVEpLwa5+",
  "api_keys": {
    "stripe": "sk_live_yk2LyiWlQJMyyRH2S4cR3YD5",
    "sendgrid": "SG.dEMHaSge+Xbr2zNWD+VhHT",
    "twilio_sid": "AC9d1a149298bd095697820318276ca7de"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}