-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat #3: env and docker optimization
- Better environment variable management - Healthchecks in docker - Better documentation
- Loading branch information
Showing
11 changed files
with
191 additions
and
156 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Uncomment the following line to change the default port. 9000 is the default port. | ||
# SERVICE_PORT=9000 | ||
|
||
# Uncomment the following line to change the default database URL. The default URL points to the persistence service. | ||
# The JDBC URL is composed by the concatenation of DATABASE_URL and DATABASE. | ||
# DATABASE_URL=jdbc:postgresql://persistence:5432/ | ||
|
||
# Uncomment the following line to change the default database name. The default database name is "sitmun3". | ||
# DATABASE=sitmun3 | ||
|
||
# Uncomment the following line to change the default database username. The default username is "sitmun3". | ||
# DATABASE_USERNAME=sitmun3 | ||
|
||
# Uncomment the following line to change the default database password. The default password is "sitmun3". | ||
# DATABASE_PASSWORD=sitmun3 | ||
|
||
# Uncomment the following line to change the forced use of the proxy. Enabled by default for testing purposes. | ||
# FORCE_USE_OF_PROXY=true |
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 |
---|---|---|
|
@@ -2,9 +2,6 @@ | |
*.iml | ||
.idea | ||
|
||
# Ignore environment files | ||
.env | ||
|
||
# Other files to be ignored | ||
*.properties | ||
*.jar | ||
|
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.