mirror of
https://github.com/hexolan/panels.git
synced 2026-07-05 00:23:34 +01:00
1bc243a7a9
Bumps the npm_and_yarn group with 3 updates in the /services/frontend directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [js-yaml](https://github.com/nodeca/js-yaml). Bumps the npm_and_yarn group with 1 update in the /services/user-service directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `vite` from 6.4.2 to 6.4.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.4.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.4.3/packages/vite) Updates `@babel/core` from 7.29.0 to 7.29.7 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.7/packages/babel-core) Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.3 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/core" dependency-version: 7.29.7 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
User Service
Event Documentation
-
Events Produced:
- Topic: "
user" | Schema: "UserEvent" protobuf- Type:
"created"| Data:User - Type:
"updated"| Data:User - Type:
"deleted"| Data:User
- Type:
- Topic: "
-
Events Consumed:
- N/A
Configuration
Environment Variables
MongoDB:
MONGODB_URI (Required)
- e.g. "mongodb://mongo:mongo@localhost:27017/"
Kafka:
KAFKA_BROKERS (Required)
- e.g. "localhost:9092" or "localhost:9092,localhost:9093"