-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.env
20 lines (18 loc) · 839 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Environment variables declared in this file are automatically made available to Prisma.
# See the documentation for more detail: https://pris.ly/d/prisma-schema#accessing-environment-variables-from-the-schema
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
DATABASE_URL="file:./dev.db"
SCHOOL=knust
COOKIE_SECRET=secret1,secret2
SECRET_KEY=secret1
RESEND_API_KEY=123
AWS_UPLOAD_ENDPOINT="eu-central-1.linodeobjects.com"
AWS_REGION="eu-central-1"
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_BUCKET=compa
AWS_BUCKET_DIR=compa # eg. knust-compa, ug-compa
VITE_OBSERVE_APP_ID= # observe.so
VITE_BOAT_URL=http://localhost:3003
VITE_BOAT_SIGNAL=ws://localhost:3003