mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-27 11:03:40 +03:00
5 lines
154 B
Plaintext
5 lines
154 B
Plaintext
GITHUB_TOKEN=your_github_token
|
|
DATABASE_DRIVER=sqlite # or pg
|
|
DATABASE_PG_URL=postgres://website:website@localhost:5432/website # only if using postgres
|
|
|