10 lines
392 B
Bash
10 lines
392 B
Bash
DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>/<db-name>'
|
|
GOOGLE_API_CREDENTIALS='secret'
|
|
NEXTAUTH_URL='http://localhost:3000'
|
|
|
|
# Remove this var if you don't want Calendso to collect anonymous usage
|
|
NEXT_PUBLIC_TELEMETRY_KEY=js.2pvs2bbpqq1zxna97wcml.oi2jzirnbj1ev4tc57c5r
|
|
|
|
# Used for the Office 365 / Outlook.com Calendar integration
|
|
MS_GRAPH_CLIENT_ID=
|
|
MS_GRAPH_CLIENT_SECRET= |