Skip to content

Commit

Permalink
Make .env and .env.template identical
Browse files Browse the repository at this point in the history
  • Loading branch information
ismogis committed May 20, 2024
1 parent 31a10ab commit 4eedd1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#PostGIS
# PostGIS
PG_TAG=latest
PG_DB=postgres
PG_USER=postgres
PG_PASS=gispotraining

# PGAdmin
# pgAdmin
PGA_TAG=latest
PGADMIN_DEFAULT_EMAIL=[email protected]
PGADMIN_DEFAULT_PASSWORD=gispotraining

# Linux user for SSH connection
LINUX_USER=student
LINUX_USER_PASSWORD=gispotraining
14 changes: 7 additions & 7 deletions .env.template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#PostGIS
# PostGIS
PG_TAG=latest
PG_DB=training
PG_DB=postgres
PG_USER=postgres
PG_PASS=
PG_PASS=gispotraining

# PGAdmin
# pgAdmin
PGA_TAG=latest
[email protected]
PGADMIN_DEFAULT_PASSWORD=
PGADMIN_DEFAULT_PASSWORD=gispotraining

# Linux user for ssh connection
# Linux user for SSH connection
LINUX_USER=student
LINUX_USER_PASSWORD=
LINUX_USER_PASSWORD=gispotraining

0 comments on commit 4eedd1d

Please sign in to comment.