Compare commits
2 commits
feature/im
...
8d3eced5e4
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d3eced5e4 | |||
| 88b411e1bd |
2 changed files with 3561 additions and 0 deletions
25
env.example
Normal file
25
env.example
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
TYPO3_BE_INSTALL_TOOL_PASSWORD='$2y$12$yq4Jthe0jUyf69KuOY3Udeb4yKPdE2QZ42obVCPTzhLXEcNShXXk2'
|
||||||
|
|
||||||
|
# DB
|
||||||
|
TYPO3_DB_HOST='db'
|
||||||
|
TYPO3_DB_NAME='db'
|
||||||
|
TYPO3_DB_USER='db'
|
||||||
|
TYPO3_DB_PASSWORD='db'
|
||||||
|
TYPO3_DB_UNIX_SOCKET=''
|
||||||
|
TYPO3_DB_PORT=3306
|
||||||
|
|
||||||
|
# MAIL
|
||||||
|
TYPO3_MAIL_TRANSPORT='smtp'
|
||||||
|
TYPO3_MAIL_SMTP_SERVER='localhost:1025'
|
||||||
|
TYPO3_MAIL_SMTP_ENCRYPT=''
|
||||||
|
TYPO3_MAIL_SMTP_USER=''
|
||||||
|
TYPO3_MAIL_SMTP_PASSWORD=''
|
||||||
|
|
||||||
|
# Solr
|
||||||
|
SOLR_ENABLED_READ=true
|
||||||
|
SOLR_HOST=solr
|
||||||
|
SOLR_PATH=/
|
||||||
|
SOLR_PORT=8983
|
||||||
|
SOLR_SCHEME=http
|
||||||
|
SOLR_CORE_NAME_DE=core_de
|
||||||
|
SOLR_CORE_NAME_EN=core_en
|
||||||
3536
test.sql
Normal file
3536
test.sql
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue