Skip to content

Commit 6fca370

Browse files
committed
fix: remarks from reviewer
1 parent a5f28dd commit 6fca370

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

tests/fixtures/InitCommandTest/env.development.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ APP_DEBUG=true
55
APP_LOG_LEVEL=debug
66
APP_URL=https://mysite.com
77

8-
DB_CONNECTION=pgsql
9-
DB_HOST=
10-
DB_PORT=
11-
DB_DATABASE=
12-
DB_USERNAME=
13-
DB_PASSWORD=
8+
DB_CONNECTION=mysql
9+
DB_HOST=127.0.0.1
10+
DB_PORT=3306
11+
DB_DATABASE=my_database
12+
DB_USERNAME=my_user
13+
DB_PASSWORD=my_secret_password
1414

1515
BROADCAST_DRIVER=log
1616
CACHE_DRIVER=file

tests/fixtures/InitCommandTest/env.development_clerk_credentials_added.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ APP_DEBUG=true
55
APP_LOG_LEVEL=debug
66
APP_URL=https://mysite.com
77

8-
DB_CONNECTION=pgsql
9-
DB_HOST=
10-
DB_PORT=
11-
DB_DATABASE=
12-
DB_USERNAME=
13-
DB_PASSWORD=
8+
DB_CONNECTION=mysql
9+
DB_HOST=127.0.0.1
10+
DB_PORT=3306
11+
DB_DATABASE=my_database
12+
DB_USERNAME=my_user
13+
DB_PASSWORD=my_secret_password
1414

1515
BROADCAST_DRIVER=log
1616
CACHE_DRIVER=file

tests/fixtures/InitCommandTest/env.development_clerk_credentials_added_mobile_app.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ APP_DEBUG=true
55
APP_LOG_LEVEL=debug
66
APP_URL=https://mysite.com
77

8-
DB_CONNECTION=pgsql
9-
DB_HOST=
10-
DB_PORT=
11-
DB_DATABASE=
12-
DB_USERNAME=
13-
DB_PASSWORD=
8+
DB_CONNECTION=mysql
9+
DB_HOST=127.0.0.1
10+
DB_PORT=3306
11+
DB_DATABASE=my_database
12+
DB_USERNAME=my_user
13+
DB_PASSWORD=my_secret_password
1414

1515
BROADCAST_DRIVER=log
1616
CACHE_DRIVER=file

0 commit comments

Comments
 (0)