mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 20:13:21 +03:00
27eae53d0a
Fix for the issue Incorrect Database Connection String in .env File #8741 --------- Co-authored-by: Félix Malfait <felix@twenty.com>
5 lines
149 B
Bash
Executable File
5 lines
149 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://postgres:postgres@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
yarn database:init:prod
|
|
node dist/src/main
|