Skip to content

Commit

Permalink
chore: remove unused env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
yburlakov committed Aug 26, 2024
1 parent c33039f commit 011e319
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ MAIL_ENCRYPTION=null
FILESYSTEM_DISK=local
GOOGLE_CLOUD_STORAGE_BUCKET=ronasit-development
GOOGLE_CLOUD_PROJECT_ID=ronas-it-development
GOOGLE_CLOUD_KEY_FILE=gcs.key

PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand Down
1 change: 0 additions & 1 deletion .env.testing
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ MAIL_ENCRYPTION=null
FILESYSTEM_DISK=local
GOOGLE_CLOUD_STORAGE_BUCKET=ronasit-development
GOOGLE_CLOUD_PROJECT_ID=ronas-it-development
GOOGLE_CLOUD_KEY_FILE=gcs.key

PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/InitCommandTest/default.env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ MAIL_ENCRYPTION=null
FILESYSTEM_DISK=local
GOOGLE_CLOUD_STORAGE_BUCKET=ronasit-development
GOOGLE_CLOUD_PROJECT_ID=ronas-it-development
GOOGLE_CLOUD_KEY_FILE=gcs.key

PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/InitCommandTest/env.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ MAIL_ENCRYPTION=null
FILESYSTEM_DISK=local
GOOGLE_CLOUD_STORAGE_BUCKET=ronasit-development
GOOGLE_CLOUD_PROJECT_ID=ronas-it-development
GOOGLE_CLOUD_KEY_FILE=gcs.key

PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand Down
1 change: 0 additions & 1 deletion tests/fixtures/InitCommandTest/env.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ MAIL_ENCRYPTION=null
FILESYSTEM_DISK=local
GOOGLE_CLOUD_STORAGE_BUCKET=ronasit-development
GOOGLE_CLOUD_PROJECT_ID=ronas-it-development
GOOGLE_CLOUD_KEY_FILE=gcs.key

PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand Down

0 comments on commit 011e319

Please sign in to comment.