Add deploy buttons and clean environment variables (#974)
* add render.yaml * Clean environment variables --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
REACT_APP_API_URL=http://localhost:3000/graphql
|
||||
REACT_APP_AUTH_URL=http://localhost:3000/auth
|
||||
REACT_APP_FILES_URL=http://localhost:3000/files
|
||||
REACT_APP_SERVER_BASE_URL=http://localhost:3000
|
||||
|
||||
CHROMATIC_PROJECT_TOKEN=REPLACE_ME
|
||||
# ———————— Optional ————————
|
||||
# REACT_APP_SERVER_AUTH_URL=http://localhost:3000/auth
|
||||
# REACT_APP_SERVER_FILES_URL=http://localhost:3000/files
|
||||
# CHROMATIC_PROJECT_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user