-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1637: Move env files to new etc folder, move Lando docs to docs, fix…
… unrelated/minor docs formatting issue
- Loading branch information
Showing
7 changed files
with
93 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# DEFAULTS.ENV is a Docker .env file for configuring cores aspects of Janeway | ||
# | ||
# here are the Docker-Compose env file rules: https://docs.docker.com/compose/env-file/ | ||
# here are the Lando env file rules: https://docs.lando.dev/config/env.html | ||
# | ||
# NOTE that Lando allows more than one env file to be used, which lets you | ||
# override certain variables while leaving defaults in place. Consider using an | ||
# override instead of modifying the defaults here. | ||
# | ||
# To override the defaults set below, copy the local.env.example file to | ||
# local.env and then set the values in local.env appropriately. | ||
# | ||
############################################################################### | ||
# Database | ||
|
||
DB_VENDOR=postgres | ||
DB_NAME=janeway | ||
DB_USER=postgres | ||
DB_PASSWORD= | ||
DB_HOST=db.janeway.internal | ||
DB_PORT=5432 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# LOCAL.ENV is a Docker .env file for configuring cores aspects of Janeway | ||
# | ||
# here are the Docker-Compose env file rules: https://docs.docker.com/compose/env-file/ | ||
# here are the Lando env file rules: https://docs.lando.dev/config/env.html | ||
# | ||
# NOTE that Lando allows more than one env file to be used, which lets you | ||
# override certain variables while leaving defaults in place. Consider using an | ||
# override instead of modifying the defaults here. | ||
# | ||
# To override the defaults set below, copy the local.env.example file to | ||
# local.env and then set the values in local.env appropriately. | ||
# | ||
############################################################################### | ||
# Database | ||
|
||
DB_VENDOR=postgres | ||
DB_NAME=janeway | ||
DB_USER=postgres | ||
DB_PASSWORD= | ||
DB_HOST=db.janeway.internal | ||
DB_PORT=5432 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters