You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

32
34
@@ -36,25 +38,19 @@
36
38
37
39
### Getting started
38
40
39
-
- host in vercel
40
-
- set vercel environment variables
41
+
- hosting
42
+
- set environment variables
43
+
-**Mandatory**
41
44
-`DBURL` - **Postgres** database url
42
45
-`KEY` - random secret key
46
+
-**Optional**
47
+
-`changePasswordEnabled` - for showcase so that anonymous users cant change the password . default set to `true` .
43
48
- after successfully deploying visit `youdomain/admin` to view admin login
44
49
- use default login credentials
45
50
- username = `admin`
46
51
- password = `linkin123`
47
52
- after a successfull login you will be able to see above admin dashboard.
0 commit comments