Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/twenty/.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
W9_REPO="twentycrm/twenty"
W9_DIST='community'
W9_VERSION='v1.7'
W9_POWER_PASSWORD='NIlIPjWuGlklX9!v'
W9_VERSION='v1.12'
W9_POWER_PASSWORD='51dsAhd!0onJov4a'
W9_HTTP_PORT_SET='9001'
W9_ID='Twenty'
W9_HTTP_PORT=3000
Expand Down Expand Up @@ -29,7 +29,7 @@ PG_DATABASE_HOST=${W9_ID}-postgresql
PG_DATABASE_PORT=5432

NODE_PORT=3000
PG_DATABASE_URL=postgres://${PG_DATABASE_USER}:${PG_DATABASE_PASSWORD}@${PG_DATABASE_HOST}:${PG_DATABASE_PORT}/default
PG_DATABASE_URL=postgres://${PG_DATABASE_USER}:${PG_DATABASE_PASSWORD}@${PG_DATABASE_HOST}:${PG_DATABASE_PORT}/postgres
# This redis URL format is very important, otherwise container cannot starting
REDIS_URL=redis://${W9_ID}-redis:6379
STORAGE_TYPE=local
2 changes: 1 addition & 1 deletion apps/twenty/variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"edition": [
{
"dist": "community",
"version": ["v1.7", "latest"]
"version": ["v1.12", "latest"]
}
],
"requirements": {
Expand Down