We had lot of problems with the previous env.d system. Users were often confused by the need to change the env.d files manually, leading to issues when using the project locally. This commit introduces a new system that uses .env.local files, which are automatically created and can be modified by users without affecting the original env.d files. This should simplify the development process and reduce confusion by removing the need to manually edit env.d files.
6 lines
212 B
Plaintext
6 lines
212 B
Plaintext
# For the CI job test-e2e
|
|
BURST_THROTTLE_RATES="200/minute"
|
|
COLLABORATION_API_URL=http://y-provider:4444/collaboration/api/
|
|
SUSTAINED_THROTTLE_RATES="200/hour"
|
|
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
|