mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-25 09:09:35 +01:00
1d0da9d022
* fix: move `shelljs` to dev-deps * fix: move `codemirror` to “external” config only * fix: move `yootils` to “external” config only * chore: bump “sirv” dep * chore: regenerate pkg-lock * chore: add `.env.example` file * chore: remove previous dependencies * chore: add users migration * feat: add `db` util w/ pool * feat: handle GitHub OAuth directly, thru JWTs * fix: hydrate `user` data & update keys * fix: add timestamp columns to “users" table * feat: save new gists to database * feat: find & update gists * fix: update client for new endpoints * fix: always send { error } shape * fix: rename “users.token” => "users.github_token” * chore: include node-fetch as dev-dep * fix: remove extra DATABASE_URL key * fix: upload OAuth popup message * chore: regenerate lock file * add database entries for new gists, update REPL URLs * implement saving and forking * insert history entry when forking * add logic for relaxed gists * remove unnecessary on conflict clause
13 lines
137 B
Plaintext
13 lines
137 B
Plaintext
NODE_ENV=
|
|
|
|
PORT=
|
|
BASEURL=
|
|
DATABASE_URL=
|
|
GITHUB_CLIENT_ID=
|
|
GITHUB_CLIENT_SECRET=
|
|
MAPBOX_ACCESS_TOKEN=
|
|
|
|
JWT_EXP=30d
|
|
JWT_ALG=HS512
|
|
JWT_KEY=
|