{
  "name": "payment-service",
  "version": "2.9.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Oak6RjjxQvAwXSHMHx92"
  },
  "jwt_secret": "yBBdq40U8uh8ExPTgIxUI33I33a/4Ldb",
  "api_keys": {
    "stripe": "sk_live_JEjAL9hV64uUbyCVgwqiiYYl",
    "sendgrid": "SG.L7YdMDhredIOhfEMQFLUfy",
    "twilio_sid": "ACab2fa0338be9267b9012fe2e5a694503"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}