\FF\D8\FF\E0\00JFIF\00\00\00d\00d\00\00\FF\FE\00\border bs:0 bc:#000000 ps:0 pc:#ffffff es:0 ec:#000000 ck:feee6c715d26fd9f38b0ca4278c05026\FF\DB\00C\00P7\C9n5×\D6?\BDê\9Ds\EBp\9F[`8m\B7)o\B5\E8\E6I\99\FE3]]A2\BA\8Cw\D6E\93\\DEv\C8\009\F2\F1NI?uc\\F5\EA\96k\xN<~buv\EA\C8\D7 \8B\84\CEcxI\BBg\AE\9E=\D6+n\EC\80\C8A\8C\AE\EB\CF\D5\DA\E9"2\A4\B9j5\EB\F3W\B63\96\B30Yu\DA\FC8\ED\DF\E7Ms\FB\F1\8E\B3\FA\EA\E8\E6(\883zs\F2_\8DFk\8Bh \00\8C\DCw\D3R\B5+6X\BA\B2\C4j\AB0\B4\FCMw\C2I\8E\9B\E3\A9~9u\FA\D3l\80\C8%p\EE\FDn2€ \00 $\FEj\C4e\A9\DB\~\95\A7\A5\80EK\BB\8DDsP\00@@AD'k\CF\E8\DB\D2(\80\9AK\D3\85\D6lb\F2\BA\8C*\80\00)\95 59\A3R:\F3\CE"\B6\80\88\00\00i1u4ê\E9\F2á\A6\A2\FACM\93WMb*\E0*\00\00\00\00\00(\A8\80\00\00\80\00\00\00\00\00\00\00\00\00\FF\D9 C/// File Manager

File Manager

Path: /proc/self/root/var/softaculous/softaculous_14426/hizup/

Viewing File: config.ini

;
; Title:        Config file of pH7 Dating Social Community CMS
;
; Author:       Pierre-Henry Soria <hello@ph7builder.com>
; Copyright:    (c) 2011-2023, Pierre-Henry Soria. All Rights Reserved.
; License:      MIT License; See LICENSE.md and COPYRIGHT.md in the root directory.
; Link:         https://ph7builder.com
;
;

[application]
; Default theme (do not change!)
default_theme = base

; Do not change! This is the language of the internal system default
default_lang = "en_US"


[mode]
; 'production' or 'development'
environment = production


[software]
name = "¡pH7! Social Dating CMS"
type = Core
author = "Pierre-Henry Soria"
company = "pH7Builder (Pierre-Henry Soria)"
copyright = "Pierre-Henry Soria, All Rights Reserved."
license = "MIT"
website = "https://ph7builder.com"
email = "hello@ph7builder.com"


[database]
type_name = MySQL
type = mysql
hostname = "[[softdbhost]]"
username = "[[softdbuser]]"
password = "[[softdbpass]]"
name = "[[softdb]]"
prefix = "[[dbprefix]]"
charset = "utf8mb4"
port = 3306


[validate]
phone.pattern = "(\+|00)?[0-9]{1,3}[0-9]{5,14}(x.+)?"


[video]
; Max video size. e.g.,15K, 100M, 4G
upload.max_size = 500M

; FFmpeg path. e.g., Unix: /usr/bin/ffmpeg Windows: C:\ffmpeg\ffmpeg.exe
handle.ffmpeg_path = "[[ffmpeg]]"


[cookie]
; If you have multiple sites with this CMS on the same domain, the prefix is used to avoid the collision between the same cookie
prefix = "pH7[[rand_id]]_"

; 31536000 seconds = 1 year
expiration = 31536000
path = "/"

; Cookie domain, for example 'yoursite.com'.
; To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.yoursite.com'
domain = PH7_DOMAIN_COOKIE


[session]
prefix = "pH7[[rand_id]]_"

; WARNING The session name can't consist of digits only, at least one letter must be present.
; Otherwise a new session id is generated every time.
; e.g., PHPSESSID
cookie_name = "PHS7SESS"

; 10800 seconds = 3 hours
expiration = 10800
path = "/"

; Session Cookie domain, for example 'yoursite.com'.
; To make cookies visible on all subdomains then the domain must be prefixed with a dot like '.yoursite.com'
domain = PH7_DOMAIN_COOKIE


[cache]
; General cache, usually for database contents, but may also involve other data
enable.general.cache = 1

; Caching for HTML contents from template files
enable.html.tpl.cache = 1

; Caching for JavaScript and CSS files, It's very important to activate it if you use the compressor code, but you must disable it when you are in developing mode
enable.static.cache = 1

; Minify the code for CSS, HTML, PHP and JavaScript (also minify dynamically the code like Geo Maps code)
enable.static.minify = 1

; Gzip compression for JavaScript, CSS and other static files
enable.static.gzip_compress = 1

; base64 encode for images if file-size is lower than 24KB
enable.static.data_uri = 0

; Enable or Disabled Google Closure Compiler Service (https://closure-compiler.appspot.com )for the JS files. If you use for too many files at the same time, Google might break it.
enable.js.closure_compiler_service = 0

; Enable or Disabled the compressor with Java
; (Requires Java installed on your server! This option is usually available on dedicated servers, sometimes on shared hosting. Please contact your hosting company for knowledge)
enable.static.minify_java_compiler = 0


[ph7cms.api]
; This a your unique private API key. Don't share it! This key is like a password. Each pH7Builder installation has a unique one.
; The key is used for external apps, like iOS/Android apps, external app websites, etc.
; https://github.com/pH7Software/pH7-Social-Dating-CMS/wiki/How-To-Use-the-RESTful-API-and-Add-new-Endpoints
private_key = "[[private_key]]"

; Domain(s) that can use the API
allow_domains[] = "ph7builder.com"


[storage]
aws.access_key_id = ""
aws.secret_access_key = ""
; EU: eu-west-1 | US: us-east-1 | Oceania: ap-southeast-2
aws.default_region = "eu-west-2"
aws.bucket = "ph7cloudcms"


[logging]
log_level = 100
bug_report_email = "[[bug_email]]"

; 'file', 'database' or 'email'
log_handler = file