489495df
芝麻web文件管理
芝麻web文件管理V1.00
489495df
编辑当前文件:/home/landifun/public_html/config/setting.php
<?php return [ /* |-------------------------------------------------------------------------- | Enable / Disable auto save |-------------------------------------------------------------------------- | | Auto-save every time the application shuts down | */ 'auto_save' => false, /* |-------------------------------------------------------------------------- | Cache |-------------------------------------------------------------------------- | | Options for caching. Set whether to enable cache, its key, time to live | in seconds and whether to auto clear after save. | */ 'cache' => [ 'enabled' => false, 'key' => 'setting', 'ttl' => 3600, 'auto_clear' => true, ], /* |-------------------------------------------------------------------------- | Setting driver |-------------------------------------------------------------------------- | | Select where to store the settings. | | Supported: "database", "json", "memory" | */ 'driver' => 'database', /* |-------------------------------------------------------------------------- | Database driver |-------------------------------------------------------------------------- | | Options for database driver. Enter which connection to use, null means | the default connection. Set the table and column names. | */ 'database' => [ 'connection' => null, 'table' => 'settings', 'key' => 'key', 'value' => 'value', ], /* |-------------------------------------------------------------------------- | JSON driver |-------------------------------------------------------------------------- | | Options for json driver. Enter the full path to the .json file. | */ 'json' => [ 'path' => storage_path() . '/settings.json', ], /* |-------------------------------------------------------------------------- | Override application config values |-------------------------------------------------------------------------- | | If defined, settings package will override these config values. | | Sample: | "app.locale" => "settings.locale", | */ 'override' => [ 'app.name' => 'APP_NAME', 'app.SITE_DESCRIPTION' => 'SITE_DESCRIPTION', 'app.SITE_KEYWORDS' => 'SITE_KEYWORDS', 'app.SITE_SLOGAN' => 'SITE_SLOGAN', 'app.logo_favicon' => 'logo_favicon', 'app.logo_frontend' => 'logo_frontend', 'app.logo_light' => 'logo_light', 'app.SITE_LANDING' => 'SITE_LANDING', 'app.CURRENCY_CODE' => 'CURRENCY_CODE', 'app.CURRENCY_SYMBOL' => 'CURRENCY_SYMBOL', 'app.DISABLE_LANDING' => 'DISABLE_LANDING', 'app.DISABLE_REGISTER' => 'DISABLE_REGISTER', 'app.GOOGLE_ANALYTICS' => 'GOOGLE_ANALYTICS', 'app.blockscss' => 'blockscss', 'mail.host' => 'MAIL_HOST', 'mail.port' => 'MAIL_PORT', 'mail.from.address' => 'MAIL_FROM_ADDRESS', 'mail.from.name' => 'MAIL_FROM_NAME', 'mail.encryption' => 'MAIL_ENCRYPTION', 'mail.username' => 'MAIL_USERNAME', 'mail.password' => 'MAIL_PASSWORD', 'app.locale' => 'APP_LOCALE', 'app.url' => 'APP_URL', 'app.timezone' => 'APP_TIMEZONE', 'recaptcha.api_site_key' => 'RECAPTCHA_SITE_KEY', 'recaptcha.api_secret_key' => 'RECAPTCHA_SECRET_KEY', 'services.facebook.client_id' => 'FACEBOOK_CLIENT_ID', 'services.facebook.client_secret' => 'FACEBOOK_CLIENT_SECRET', 'services.google.client_id' => 'GOOGLE_CLIENT_ID', 'services.google.client_secret' => 'GOOGLE_CLIENT_SECRET', 'services.stripe.key' => 'STRIPE_KEY', 'services.stripe.secret' => 'STRIPE_SECRET', 'services.stripe.webhook.secret' => 'STRIPE_WEBHOOK_SECRET', 'services.paypal.client_id' => 'PAYPAL_CLIENT_ID', 'services.paypal.secret' => 'PAYPAL_SECRET', 'services.paypal.sandbox' => 'PAYPAL_SANDBOX', // default feature SAAS 'saas.number_landing_page' => 'number_landing_page', 'saas.number_leads' => 'number_leads', 'saas.number_popups' => 'number_popups', 'saas.number_orders' => 'number_orders', 'saas.unlimited_premium_template' => 'unlimited_premium_template', 'saas.form_data_export' => 'form_data_export', 'saas.remove_branding' => 'remove_branding', 'saas.custom_code' => 'custom_code', 'saas.custom_domain' => 'custom_domain', ], /* |-------------------------------------------------------------------------- | Fallback |-------------------------------------------------------------------------- | | Define fallback settings to be used in case the default is null | | Sample: | "currency" => "USD", | */ 'fallback' => [ ], /* |-------------------------------------------------------------------------- | Required Extra Columns |-------------------------------------------------------------------------- | | The list of columns required to be set up | | Sample: | "user_id", | "tenant_id", | */ 'required_extra_columns' => [ ], /* |-------------------------------------------------------------------------- | Encryption |-------------------------------------------------------------------------- | | Define the keys which should be crypt automatically. | | Sample: | "payment.key" | */ 'encrypted_keys' => [ ], ];
Not Found
404
Not Found