{
	"private_mask": "xxxxxxxxxx",
	"default_config": {
		"system": {
		    "direction": "ltr",
		    "locale": "en",
		    "timezone": "Asia/Kolkata",
		    "date_format": "MMM D, YYYY",
		    "time_format": "h:mm A",
		    "per_page": 10,
		    "currency": "USD",
		    "footer_credit": "Product by KodeMint",
		    "setup_wizard": false,
			"print_preview": true,
			"todo": true
		},
		"basic": {
			"org_name": "KodeMint Services Pvt Ltd",
			"org_foundation_date": "1970-01-01"
		},
	    "auth": {
		    "session_lifetime": 1440,
		    "login_throttle": false,
			"reset_password": true,
		    "reset_password_token_lifetime": 30,
			"registration": true,
			"email_verification": true,
			"account_approval": true,
			"two_factor_security": false,
			"social_login": true,
		    "otp_lifetime": 10,
			"email_otp_login": true,
			"sms_otp_login": false
	    },
		"website": {
			"enable_website": false,
			"theme": "default"
		},
		"assets": {
			"favicon": "/images/favicon.png",
			"logo": "/images/logo.png",
			"logo_light": "/images/logo-light.png",
			"icon": "/images/icon.png"
		},
		"mail": {
			"driver": "log",
			"from_name": "KodeMint",
			"from_address": "hi@kodemint.in"
		},
		"ui": {},
		"pusher": {},
		"ice": {
			"servers": []
		}
	},
	"public_config": {
		"system": [
		    "direction",
		    "locale",
		    "timezone",
		    "date_format",
		    "time_format",
		    "per_page",
		    "currency",
		    "footer_credit",
		    "setup_wizard",
			"print_preview"		
		],
		"basic": [
			"org_name"
		],
	    "auth": [
			"reset_password",
			"registration",
			"two_factor_security",
			"social_login",
			"email_otp_login",
			"sms_otp_login"
	    ],
		"website": [
			"enable_website",
			"theme"
		],
		"assets": [
			"favicon",
			"logo",
			"logo_light",
			"icon"
		]
	},
	"private_config": {
		"mail": [
			"smtp_username",
			"smtp_password",
	        "mailgun_username",
	        "mailgun_password",
	        "mailgun_secret"
		],
		"sms": [
	        "nexmo_api_key",
	        "nexmo_api_secret",
	        "twilio_sid",
	        "twilio_token",
        	"custom_sms_api_get_url"
		],
		"auth": [
			"google_client_id",
			"google_client_secret",
			"facebook_client_id",
			"facebook_client_secret",
			"twitter_client_id",
			"twitter_client_secret",
			"github_client_id",
			"github_client_secret"
		],
		"pusher": [
			"pusher_app_id",
			"pusher_app_secret"
		]
	},
	"bool_config": {
		"system": [
	        "https",
	        "ip_filter",
		    "print_preview",
	        "error_display",
	        "backup",
	        "email_log",
	        "email_template",
        	"maintenance_mode",
        	"multilingual",
	        "todo",
	        "setup_wizard"
		],
		"auth": [
	        "login_throttle",
	        "lock_screen",
        	"reset_password",
			"two_factor_security",
			"registration",
			"email_verification",
			"account_approval",
			"social_login",
			"email_otp_login",
			"sms_otp_login",
			"google",
			"facebook",
			"twitter",
			"github"
		]
	}
}