-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 819 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy to v12/.env and fill in your own values (v12/.env is gitignored), or
# export these directly before running the demo:
#
# php -S localhost:8080 demo/index.php
# Tenant API key from the LoginRadius admin console. Required.
LR_API_KEY=
# Server-side only. Required for registration (the demo mints a SOTT with it).
LR_API_SECRET=
# Optional server-selection trio — leave unset to use the production API.
LR_DOMAIN=
LR_CUSTOM_DOMAIN=
LR_BASE_URL=
# Where email links point back to.
#
# LR_VERIFICATION_URL must address the demo's own verify ROUTE, not the site
# root — LoginRadius appends ?vtoken=... to it, and the handler reads that,
# verifies the account and redirects to / with a banner.
LR_VERIFICATION_URL=http://localhost:8080/api/auth/verify
LR_RESET_PASSWORD_URL=http://localhost:8080/?reset=1