-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
26 lines (20 loc) · 1015 Bytes
/
.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
# Set port for application, defaults to 3000
#PORT=3000
# Set host for application, defaults to localhost
#HOST=localhost
# Show logs in the browser console
# See https://github.com/pinojs/pino/blob/49a29bb9d7895e791e7166fadfd7fd379f8db504/docs/api.md#loggerlevels-object
#VITE_LOG_LEVEL=debug
# OpenID Connect configuration
# The authority URL is the root which contains the OpenID Provider Configuration
# https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationRequest
# In Keycloak, this is realm-local; do not include the trailing
# `/.well-known/openid-configuration` path
VITE_OIDC_AUTHORITY=https://auth.example.com/realms/example
# The client ID is assigned by the IdP
VITE_OIDC_CLIENT_ID=example-front-end
# The API URL is the location of a running PhilanthropyDataCommons/service instance
# https://github.com/PhilanthropyDataCommons/service
VITE_API_URL=https://api.example.com
# Show a link to Storybook in the Developers menu, defaults to false
#VITE_SHOW_STORYBOOK=true