mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-24 12:34:10 +03:00
4613f64910
* Add postgresql support * Fixes * Fix perfs
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
BASE_URL=http://localhost:3000
|
|
GITHUB_TOKEN=your_github_token
|
|
DATABASE_DRIVER=sqlite # or pg
|
|
DATABASE_PG_URL=postgres://website:website@localhost:5432/website # only if using postgres
|
|
|