mirror of
https://github.com/makeplane/plane.git
synced 2026-02-25 04:35:21 +01:00
* feat: added cron for updating feature flags on interval * feat: added logic for updating seats in monitor * feat: updated sync handler for using prime sync endpoint * feat: added instance initialization on monitor boot * chore: added new vars for monitor * fix: license seats purchase validation flow * dev: update invite return response * remove: workspace license task to avoid creation of duplicate licenses * dev: add more seats flow. * fix: resync licenses * chore: subscription portal endpoint --------- Co-authored-by: Henit Chobisa <chobisa.henit@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
APP_VERSION=v1.2.0
|
|
MACHINE_SIGNATURE=""
|
|
APP_DOMAIN="localhost"
|
|
DEPLOY_PLATFORM=""
|
|
API_URL=""
|
|
PRIME_HOST=http://localhost:8000
|
|
INSTANCE_ID=""
|
|
SERVICE_HTTP_API=http://localhost:8000
|
|
PORT=8080
|