FRONTEND_URL="https://www.frontend.com" BACKEND_URL="https://www.backend.com" GRAPHQL_ENDPOINT="/graphql" AUTHOR_NAME="Your Name" AUTHOR_EMAIL="your@email.com" AUTHOR_URL="https://www.yourWebsite.com/" FEED_DESCRIPTION="What you want..." NEXT_PUBLIC_GRAPHQL_API="$BACKEND_URL$GRAPHQL_ENDPOINT" # Use this only in development mode. It prevents "unable to verify the first # certificate" error when using a local domain with mkcert certificate for # backend. #NODE_TLS_REJECT_UNAUTHORIZED=0 hilippot.euwww.armandphilippot.com' title='www.armandphilippot.com Git repository'/>
summaryrefslogtreecommitdiffstats
path: root/.env.example
blob: efeb49d47b819da2d88d42ae0e3e5811febbe8ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FRONTEND_URL="https://www.frontend.com"
BACKEND_URL="https://www.backend.com"
GRAPHQL_ENDPOINT="/graphql"

AUTHOR_NAME="Your Name"
AUTHOR_EMAIL="your@email.com"
AUTHOR_URL="https://www.yourWebsite.com/"
FEED_DESCRIPTION="What you want..."

NEXT_PUBLIC_GRAPHQL_API="$BACKEND_URL$GRAPHQL_ENDPOINT"

# Use this only in development mode. It prevents "unable to verify the first
# certificate" error when using a local domain with mkcert certificate for
# backend.
#NODE_TLS_REJECT_UNAUTHORIZED=0