Configuration parameters
Here list of configuration parameters of platform.
Name | Area | Description | Type | Default | RootOnly |
---|---|---|---|---|---|
allow_forgot |
Registration and Login |
Allow users to request a password reset email. Email must be configured. |
Bool |
false |
|
allow_signup |
Registration and Login |
Allow users to sign up for a new user account |
Bool |
false |
|
available_packs |
Plugins and Packs |
|
|
|
|
available_packs_fetched_at |
Plugins and Packs |
|
|
|
|
available_plugins |
Plugins and Packs |
|
|
|
|
available_plugins_fetched_at |
Plugins and Packs |
|
|
|
|
cookie_duration |
HTTP |
|
|
|
|
cookie_duration_remember |
HTTP |
|
|
|
|
cookie_sessions |
HTTP |
Store sessions entirely in client cookies for higher performance |
Bool |
false |
Yes |
create_tenant_warning |
Tenants |
|
Bool |
|
|
custom_http_headers |
HTTP |
|
|
|
|
custom_events |
Events |
|
|
|
|
elevate_verified |
Registration and Login |
|
|
|
|
email_mask |
Registration and Login |
|
|
|
|
event_log_settings |
Events |
|
|
|
|
home_page_by_role |
|
|
|
|
|
latest_npm_version |
|
|
|
|
|
letsencrypt |
|
Flag to use Let's encrypt |
Boolean |
|
false |
log_sql |
Evenst and Logging |
Print all SQL statements to the standard output |
Bool |
false |
|
login_form |
Registration and Login |
|
|
|
|
login_menu |
Registration and Login |
Show the login link in the menu |
Bool |
true |
|
|
|
|
|
|
|
localizer_languages |
|
|
|
|
|
localizer_strings |
|
|
|
|
|
min_role_apikeygen |
|
User should have this role or higher to generate API keys in their user settings |
Role |
1 |
|
min_role_upload |
|
User should have this role or higher to upload files with API (uploads through forms are not affected) |
Role |
1 |
|
next_daily_event |
|
|
|
|
|
next_hourly_event |
|
|
|
|
|
next_weekly_event |
|
|
|
|
|
new_user_form |
Registration and Login |
A view to show to new users |
View users |
"" |
|
plugins_store_endpoint |
Plugins and packs |
The endpoint of plugins and packs store. |
String |
"https://store.saltcorn.com/api/extensions" |
|
role_to_create_tenant |
Tenants |
|
|
|
|
signup_form |
Registration and Login |
A view with the signup form |
View users |
"" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
storage_s3_enabled |
Amazon S3 |
Flag to use Amazon S3 compatible File Storage |
Bool |
false |
|
storage_s3_bucket |
Amazon S3 |
Amazon S3 bucket name |
String |
|
|
storage_s3_path_prefix |
Amazon S3 |
Amazon s3 path prefix |
String |
|
|
storage_s3_endpoint |
Amazon S3 |
Amazon S3 endpoint url |
String |
s3.amazonaws.com |
|
storage_s3_region |
Amazon S3 |
Amazon S3 region |
String |
us-east-1 |
|
storage_s3_access_key |
Amazon S3 |
Amazon S3 Access Key ID |
String |
"" |
|
storage_s3_access_secret |
Amazon S3 |
Amazon S3 Secret Access Key |
Password |
"" |
|
storage_s3_secure |
Amazon S3 |
Use S3 secured connection |
Bool |
true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tenant_template |
Tenants |
|
|
|
|
timeout |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user_settings_form |
|
|
|
|
|
verification_view |
Registration and login |
A view with the view to be emailed to users for email address verification |
View users |
"" |
|
See all core config fields in config.ts. Plugins and Packs can introduce additional config fields.