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
|
|
|