{
  "name": "payment-service",
  "version": "3.3.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jU50I3hlX2MX5D6Ub6X9"
  },
  "jwt_secret": "yvBiKxO0J9mfIxSe8/ALM719Y4xwAhfY",
  "api_keys": {
    "stripe": "sk_live_Ew5ZEYLDkW3ewhyNKa7UtlxC",
    "sendgrid": "SG.kjuoTEwGLZv9D1PIBHMaE2",
    "twilio_sid": "AC8d32338580faca25ecf41c7af0b65d80"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}