Skip to content

Commit ec0ed46

Browse files
author
Rafael Grigorian
committed
Uniform whitespace
1 parent 56375d9 commit ec0ed46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

conf/default.vcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ vcl 4.0;
33
import std;
44

55
backend default {
6-
.host = "127.0.0.1";
7-
.port = "8080";
6+
.host = "127.0.0.1";
7+
.port = "8080";
88
}
99

1010
acl local {
11-
"127.0.0.1";
12-
"localhost";
11+
"127.0.0.1";
12+
"localhost";
1313
}
1414

1515
sub vcl_recv {

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ services:
5555
- MYSQL_ROOT_PASSWORD=magento
5656
- MYSQL_USER=magento
5757
- MYSQL_PASSWORD=magento
58-
- MYSQL_DATABASE=magento
58+
- MYSQL_DATABASE=magento

0 commit comments

Comments
 (0)