File tree 6 files changed +13
-13
lines changed
Documentation/ForContributors 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- name : powermail
1
+ name : powermail-v11
2
2
type : typo3
3
3
docroot : .Build/Web/
4
4
php_version : " 8.0"
17
17
post-start :
18
18
- exec : composer install
19
19
- exec : cp .ddev/typo3/AdditionalConfiguration.php .Build/Web/typo3conf/
20
- host_db_port : " 28262 "
20
+ host_db_port : " 39699 "
21
21
22
22
# This config.yaml was created with ddev version v1.17.5
23
23
# webimage: drud/ddev-webserver:v1.17.4
Original file line number Diff line number Diff line change 1
- HOST = local.powermail.de
2
- MAIL = mail.powermail.de
1
+ HOST = local.powermail-v11 .de
2
+ MAIL = mail.powermail-v11 .de
3
3
4
4
WEBROOT = .Build/Web
5
5
TYPO3_CACHE_DIR = var
6
6
7
7
SQLDUMPSDIR = .project/data/
8
8
SQLDUMPFILE = db.sql.gz
9
- SQLPORT = 42473
9
+ SQLPORT = 39699
10
10
11
11
CHROMEPORT = 19647
12
12
Original file line number Diff line number Diff line change 1
- base : ' https://local.powermail.de/'
1
+ base : ' https://local.powermail-v11 .de/'
2
2
errorHandling : { }
3
3
baseVariants :
4
4
-
5
- base : ' https://powermail.ddev.site/'
5
+ base : ' https://powermail-v11 .ddev.site/'
6
6
condition : ' applicationContext == "Development/DDEV"'
7
7
languages :
8
8
-
Original file line number Diff line number Diff line change 21
21
22
22
Now you will be able to work with the website
23
23
24
- Frontend: https://powermail.ddev.site/ \
25
- Backend: https://powermail.ddev.site/typo3
24
+ Frontend: https://powermail- < TYPO3-version > .ddev.site/ \
25
+ Backend: https://powermail- < TYPO3-version > .ddev.site/typo3
26
26
27
27
28
28
Username: admin \
@@ -40,8 +40,8 @@ Password: password
40
40
- open a console in the project root
41
41
- run ` make install-project `
42
42
43
- Frontend https://local.powermail.de/ \
44
- Backend: https://local.powermail.de/typo3
43
+ Frontend https://local- < TYPO3-version > .powermail.de/ \
44
+ Backend: https://local- < TYPO3-version > .powermail.de/typo3
45
45
46
46
Username: admin \
47
47
Password: password
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ default:
16
16
fail_prefix : ' failed_'
17
17
purge : true
18
18
Behat\MinkExtension :
19
- base_url : https://powermail.ddev.site/
19
+ base_url : https://powermail-v11 .ddev.site/
20
20
files_path : /var/www/html/Tests/Behavior/Assets
21
21
selenium2 : ~
22
22
browser_name : ' chrome'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ default:
16
16
fail_prefix : ' failed_'
17
17
purge : true
18
18
Behat\MinkExtension :
19
- base_url : https://local.powermail.de
19
+ base_url : https://local.powermail-v11 .de
20
20
files_path : /app/Tests/Behavior/Assets
21
21
selenium2 : ~
22
22
browser_name : ' chrome'
You can’t perform that action at this time.
0 commit comments