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
If running everything in the same host/container: `http://localhost:3000`
38
38
39
+
## Optional settings
40
+
41
+
Refer to the [example postiz.env file](https://raw.githubusercontent.com/gitroomhq/postiz-app/main/.env.example) for additional configuration options.
42
+
43
+
### DISABLE_REGISTRATION
44
+
45
+
eg: `true`
46
+
47
+
This will only allow a single user registration, and then after that the sign-up page will be disabled. Useful for self-hosting where you want complete control over users.
48
+
Warning: This will disable OIDC / OAuth!
49
+
39
50
## Social Media keys
40
51
41
52
See the "providers" section of the documentation for the provider you want to configure,
0 commit comments