-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleted unneccessary .env samples as deployment is moved to 2a5-deplo…
…y repo; migration checking; cleaned README
- Loading branch information
Sebastian Reck
committed
Mar 29, 2024
1 parent
0e6cef3
commit e3933e2
Showing
9 changed files
with
94 additions
and
311 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# being used by nextjs on `npm run dev` | ||
|
||
DATABASE_PASSWORD="setpasswordhere" | ||
DATABASE_PASSWORD="SET_PASSWORD_HERE" | ||
DATABASE_USERNAME="2a5-development" | ||
DATABASE_NAME="2a5-development" | ||
DATABASE_PORT=5432 | ||
DATABASE_HOST="localhost" | ||
DATABASE_URL="postgresql://${DATABASE_USERNAME}:${DATABASE_PASSWORD}@${DATABASE_HOST}:${DATABASE_PORT}/${DATABASE_NAME}" | ||
LINK_PROTOCOL="http" | ||
LINK_HOSTNAME="localhost" | ||
LINK_PORT=3001 | ||
LINK_PORT=3001 | ||
ADMIN_TOKEN="SET_TOKEN_HERE" | ||
ADMIN_PORT=3002 | ||
DOCKER_API_HOSTNAME="2a5-api-development" | ||
DOCKER_API_TARGET="runner" | ||
DOCKER_API_IMAGE="2a5-api-development" | ||
DOCKER_API_PORT=3000 | ||
DOCKER_API_CONTAINERNAME="2a5-api-development" | ||
DOCKER_DB_CONTAINERNAME="2a5-db-development" | ||
DOCKER_DB_VOLUMENAME="2a5-db-data-development" | ||
DOCKER_DB_HOSTNAME="2a5-db-development" |
This file was deleted.
Oops, something went wrong.
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.