1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Gastón Fournier
92480554dc
feat: incorporate backend as a valid api token type replacing client (#10500)
This PR deprecates `CLIENT` api token type in favor of `BACKEND` but
both will continue working.

Also replaces:
- `INIT_CLIENT_API_TOKENS` with `INIT_BACKEND_API_TOKENS`. The former is
kept for backward compatibility.
2025-08-21 09:43:54 -03:00
Melinda Fekete
81c1fb9143
Update Quickstart for Enterprise getting started (#9823) 2025-04-24 15:52:04 +02:00
Ivar Conradi Østhus
60562ad0b0
chore: comments in docker-compose file (#9812) 2025-04-22 13:21:22 +02:00
Ivar Conradi Østhus
e9628f529d
fix: add docker compose file for enterprise (#9809)
Make it easy to start with unleash-enterprise:

```docker compose -f docker-compose-enterprise.yml up```
2025-04-22 12:02:51 +02:00