; 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
; Default theme (do not change!)
; Do not change! This is the language of the internal system default
; 'production' or 'development'
name = "¡pH7! Social Dating CMS"
author = "Pierre-Henry Soria"
company = "pH7Builder (Pierre-Henry Soria)"
copyright = "Pierre-Henry Soria, All Rights Reserved."
website = "https://ph7builder.com"
email = "hello@ph7builder.com"
hostname = "[[softdbhost]]"
username = "[[softdbuser]]"
password = "[[softdbpass]]"
phone.pattern = "(\+|00)?[0-9]{1,3}[0-9]{5,14}(x.+)?"
; Max video size. e.g.,15K, 100M, 4G
; FFmpeg path. e.g., Unix: /usr/bin/ffmpeg Windows: C:\ffmpeg\ffmpeg.exe
handle.ffmpeg_path = "[[ffmpeg]]"
; 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
; 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
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.
; 10800 seconds = 3 hours
; 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
; General cache, usually for database contents, but may also involve other data
; 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
; Minify the code for CSS, HTML, PHP and JavaScript (also minify dynamically the code like Geo Maps code)
; 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
; 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"
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"
bug_report_email = "[[bug_email]]"
; 'file', 'database' or 'email'