-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
47 lines (37 loc) · 1.56 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Since the ".env" file is gitignored, you can use the ".env.example" file to
# build a new ".env" file when you clone the repo. Keep this file up-to-date
# when you add new variables to `.env`.
# This file will be committed to version control, so make sure not to have any
# secrets in it. If you are cloning this repo, create a copy of this file named
# ".env" and populate it with your secrets.
# When adding additional environment variables, the schema in "/src/env.mjs"
# should be updated accordingly.
# Database settings
# =================
# 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
NUXT_DATABASE_URL=postgres://root:root@localhost:26257/app
# Auth settings
# =============
# Expiry time for OTP in seconds. Default is 600 seconds (10 minutes).
NUXT_OTP_EXPIRY=600
# Secret to hash sessions. Can use https://1password.com/password-generator/ to generate a strong secret.
NUXT_SESSION_SECRET="random_session_secret_that_is_at_least_32_characters"
# Mail settings
# =============
NUXT_RESEND_FROM_ADDRESS=""
NUXT_RESEND_API_KEY=""
# NUXT_AXIOM_DATASET=""
# NUXT_AXIOM_TOKEN=""
NUXT_REDIS_ENABLED="false"
# NUXT_REDIS_PORT=
# NUXT_REDIS_HOST=""
# NUXT_REDIS_USERNAME=""
# NUXT_REDIS_PASSWORD=""
NUXT_R2_ACCOUNT_ID=""
NUXT_R2_SECRET_ACCESS_KEY=""
NUXT_R2_ACCESS_KEY_ID=""
NUXT_ADMINS="[email protected]"
# Other settings
# ================
# NUXT_PUBLIC_APP_NAME= # Uncomment to set application name