mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
2a05de5289
* fix: replace twenty logo in the png format with one in the svg format for better resolution * fix: toggle the custom url switch to true if the local storage contains a server base url different from that of the env variable * fix: update the front base url and the server base url to those of the production environment in the .env.example file * fix: update README to add a step for changing env variables to those of the development environment for contributors or local testers
2 lines
86 B
Plaintext
2 lines
86 B
Plaintext
VITE_SERVER_BASE_URL=https://api.twenty.com
|
|
VITE_FRONT_BASE_URL=https://app.twenty.com |