Skip to content

Commit

Permalink
Remove newlines in .env
Browse files Browse the repository at this point in the history
This will also add the DB Directory variable name
  • Loading branch information
gabepetersen committed Nov 13, 2023
1 parent 182b656 commit 5d0b43e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .editorConfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ indent_size = 2
end_of_line = crlf

# Bash Files
[*.sh]
[*.{sh,env}]
end_of_line = lf
insert_final_newline = false

Expand Down
2 changes: 1 addition & 1 deletion templates/Alloy.Mvc/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These variables are used for passing values into docker-compose.yml and the containers
SA_PASSWORD=Qwerty12345!
DB_NAME=Alloy.Mvc.1
DB_DIRECTORY=Alloy.Mvc.1
DB_DIRECTORY=Alloy.Mvc.1
2 changes: 1 addition & 1 deletion templates/Cms.Empty/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# These variables are used for passing values into docker-compose.yml and the containers
SA_PASSWORD=Qwerty12345!
DB_NAME=Cms.Empty.1
DB_DIRECTORY=Cms.Empty.1
DB_DIRECTORY=Cms.Empty.1
2 changes: 1 addition & 1 deletion templates/Commerce.Empty/.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
SA_PASSWORD=Qwerty12345!
DB_NAME=Commerce.Empty.1_cms
DB_NAME_COMMERCE=Commerce.Empty.1_commerce
DB_DIRECTORY=commerce-empty
DB_DIRECTORY=Commerce.Empty.1

0 comments on commit 5d0b43e

Please sign in to comment.