|
@@ -0,0 +1,47 @@
|
|
|
|
+# _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
|
|
|
|
+# Fess environment configuration for Local Development
|
|
|
|
+# _/_/_/_/_/_/_/_/_/_/
|
|
|
|
+# ========================================================================================
|
|
|
|
+# Core
|
|
|
|
+# ======
|
|
|
|
+# The mode of Lasta Di's smart-deploy, should be cool in production (e.g. hot, cool, warm)
|
|
|
|
+lasta_di.smart.deploy.mode = cool
|
|
|
|
+
|
|
|
|
+# Is development environment here? (used for various purpose, you should set false if unknown)
|
|
|
|
+development.here = false
|
|
|
|
+
|
|
|
|
+# The title of environment (e.g. local or integartion or production)
|
|
|
|
+environment.title = Production
|
|
|
|
+
|
|
|
|
+# Does it enable the Framework internal debug? (true only when emergency)
|
|
|
|
+framework.debug = false
|
|
|
|
+
|
|
|
|
+# one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000
|
|
|
|
+# special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4)
|
|
|
|
+# The milliseconds for (relative or absolute) adjust time (set only when test) @LongType *dynamic in development
|
|
|
|
+time.adjust.time.millis = 0
|
|
|
|
+
|
|
|
|
+# ----------------------------------------------------------
|
|
|
|
+# Mail
|
|
|
|
+# ------
|
|
|
|
+# Does it send mock mail? (true: no send actually, logging only)
|
|
|
|
+mail.send.mock = true
|
|
|
|
+
|
|
|
|
+# SMTP server settings for main: host:port
|
|
|
|
+mail.smtp.server.main.host.and.port = localhost:25
|
|
|
|
+
|
|
|
|
+# The prefix of subject to show test environment or not
|
|
|
|
+mail.subject.test.prefix =
|
|
|
|
+
|
|
|
|
+# The common return path of all mail
|
|
|
|
+mail.return.path = root@localhost
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+# ========================================================================================
|
|
|
|
+# DB
|
|
|
|
+# ====
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+# ========================================================================================
|
|
|
|
+# Web
|
|
|
|
+# =====
|