Added initial support for trigger based automation
This commit is contained in:
parent
cc1c70d57f
commit
b16209f23e
36 changed files with 2025 additions and 263 deletions
|
@ -25,13 +25,15 @@ log="dev"
|
|||
proxy=true
|
||||
# maximum POST body size
|
||||
postsize="2MB"
|
||||
# Uncomment to set uploads folder location for temporary data. Defaults to os.tmpdir()
|
||||
#tmpdir=/tmp
|
||||
|
||||
[mysql]
|
||||
host="localhost"
|
||||
user="mailtrain"
|
||||
password="mailtrain"
|
||||
database="mailtrain"
|
||||
port=3306 # some installations, eg. MAMP can use a different port (8889). MAMP users should turn on "Allow network access to MySQL"
|
||||
port=3306 # some installations, eg. MAMP can use a different port (8889). MAMP users should turn on "Allow network access to MySQL"
|
||||
charset="utf8mb4"
|
||||
timezone="local"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue