{
  "name": "payment-service",
  "version": "3.1.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UoByZtE6Eo7doiCIawlx"
  },
  "jwt_secret": "0hTUBNYGpb9+uOM/NiliyeBixEijjkQs",
  "api_keys": {
    "stripe": "sk_live_c8seXQScR9WrdOUR3VArgC0j",
    "sendgrid": "SG.Fs2pXj8JZPw8AaYnLJzF4a",
    "twilio_sid": "ACaf4df02fb615794dcdb94bba1c3eede2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}