Skip to content

Commit 4fc5e40

Browse files
committed
[TASK] Use version specific urls in dev setup
1 parent 77077c6 commit 4fc5e40

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.ddev/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: powermail
1+
name: powermail-v11
22
type: typo3
33
docroot: .Build/Web/
44
php_version: "8.0"
@@ -17,7 +17,7 @@ hooks:
1717
post-start:
1818
- exec: composer install
1919
- exec: cp .ddev/typo3/AdditionalConfiguration.php .Build/Web/typo3conf/
20-
host_db_port: "28262"
20+
host_db_port: "39699"
2121

2222
# This config.yaml was created with ddev version v1.17.5
2323
# webimage: drud/ddev-webserver:v1.17.4

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
HOST=local.powermail.de
2-
MAIL=mail.powermail.de
1+
HOST=local.powermail-v11.de
2+
MAIL=mail.powermail-v11.de
33

44
WEBROOT=.Build/Web
55
TYPO3_CACHE_DIR=var
66

77
SQLDUMPSDIR=.project/data/
88
SQLDUMPFILE=db.sql.gz
9-
SQLPORT=42473
9+
SQLPORT=39699
1010

1111
CHROMEPORT=19647
1212

.project/TYPO3/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
base: 'https://local.powermail.de/'
1+
base: 'https://local.powermail-v11.de/'
22
errorHandling: { }
33
baseVariants:
44
-
5-
base: 'https://powermail.ddev.site/'
5+
base: 'https://powermail-v11.ddev.site/'
66
condition: 'applicationContext == "Development/DDEV"'
77
languages:
88
-

Documentation/ForContributors/Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ use.
2121

2222
Now you will be able to work with the website
2323

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
2626

2727

2828
Username: admin \
@@ -40,8 +40,8 @@ Password: password
4040
- open a console in the project root
4141
- run `make install-project`
4242

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
4545

4646
Username: admin \
4747
Password: password

Tests/Behavior/behat.ddev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default:
1616
fail_prefix: 'failed_'
1717
purge: true
1818
Behat\MinkExtension:
19-
base_url: https://powermail.ddev.site/
19+
base_url: https://powermail-v11.ddev.site/
2020
files_path: /var/www/html/Tests/Behavior/Assets
2121
selenium2: ~
2222
browser_name: 'chrome'

Tests/Behavior/behat.docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default:
1616
fail_prefix: 'failed_'
1717
purge: true
1818
Behat\MinkExtension:
19-
base_url: https://local.powermail.de
19+
base_url: https://local.powermail-v11.de
2020
files_path: /app/Tests/Behavior/Assets
2121
selenium2: ~
2222
browser_name: 'chrome'

0 commit comments

Comments
 (0)