Project is a main configuration object represents common settings.


Project properties


Section

Name

Description

Server

Api Hosting Path

Server api url. Used by client to access server. baseUrl setting in config.json for web client.

Server

Api Port

Server api port.  Used by client to access server. baseUrl setting in config.json for web client.

Server

Client Angular Port

WebApiHost and WebClientAngularPort settings are used to create URLs for email verification.

These settings are stored in web.config at server side.

Server

Default DB Connection

DB connection that used by default for server data access.

Server

Default File Storage

Default File Storage for file fields.

Server

Reports Origin Path

Relative path to report templates on server side. See Reports chapter for details on reports system.

Server

System Email Notifier

Notifier that will be used for sign up, password reset, etc. system functions.

Client

Application Icon

Icon for desktop application. Not used in web client.

Client

Splash Background Image

Splash screen that shows on application start. Not used in web client.

Basic

Application Name

Application name used in UI.

Basic

Debug Mode

Unhides several development options for Code Cruiser service team.

Basic

Version

Application version. Used for information purposes. Users could check this version in About form.

Basic

Name

Project name. Machine friendly. Used in folder structure and project files naming.

Locale

Default Culture

Culture for application.

locale.defaultCulture setting in config.json for web client.

Locale

Default Decimal Separator

Decimal separator for numbers.

locale.defaultDecimalSeparator setting in config.json for web client.

Login/Registration

Allow Registration

Is registration of new users is possible.

AllowRegistration setting in server web.config.

Login/Registration

Use Email Verification

Should new users pass email verification.

UseEmailVerification setting in server web.config.

Login/Registration

Allow Restore Password

Can users restore passwords.

AllowPasswordRestore setting in server web.config.

Login/Registration

Password Salt

Password salt is used to increase security

PasswordSalt setting in server web.config.



Created with the Personal Edition of HelpNDoc: Generate EPub eBooks with ease