-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env
20 lines (14 loc) · 757 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Your Auth0 application's Client ID
AUTH0_CLIENT_ID=dkWVLuZkR2lDoRaRyPFI9uahHc9MbNBd
# The URL of your Auth0 tenant domain
AUTH0_DOMAIN=dev-ncn7fb170hed4xdc.us.auth0.com
# Your Auth0 application's Client Secret
AUTH0_CLIENT_SECRET=PoieeJBzvvGTW3kAPjvOgjrWCysz0roetAxSxD1f6-hx_P9JvaowG2aMMNtDrlOa
# A long, secret value used to encrypt the session cookie.
# This can be generated using `openssl rand -hex 32` from your shell.
AUTH0_COOKIE_SECRET=8c74b22e7c3057ab6e18d2b77a54976a7dc7c18b87dc19dcb869d5a91431a526
# A url your application is accessible from. Update this as appropriate.
AUTH0_BASE_URL=http://127.0.0.1:3000/
# AUTH0_BASE_URL=http://localhost/smartstrii/
# AUTH0_BASE_URL=http://127.0.0.1:80
# AUTH0_BASE_URL=http://localhost/smartstrii/