We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeebd2f commit 3cfd6a0Copy full SHA for 3cfd6a0
1 file changed
.env
@@ -0,0 +1,5 @@
1
+APP_BASE_URL='http://127.0.0.1:8000'
2
+AUTH0_SECRET='random 32 byte value'
3
+AUTH0_DOMAIN='<https://api.web4.com>'
4
+AUTH0_CLIENT_ID='<your-auth0-application-client-id>'
5
+AUTH0_CLIENT_SECRET='<your-auth0-application-client-secret>'
0 commit comments