mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
42076a7502
Co-authored-by: Conduitry <git@chor.date> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
NODE_ENV=
|
|
|
|
PORT=3000
|
|
BASEURL=http://localhost:3000
|
|
GITHUB_CLIENT_ID=
|
|
GITHUB_CLIENT_SECRET=
|
|
VITE_MAPBOX_ACCESS_TOKEN=
|
|
|
|
PGHOST=localhost
|
|
PGPORT=5432
|
|
PGUSER=username
|
|
PGPASSWORD=password
|
|
PGDATABASE=database_name
|