Skip to content

Commit 44fab52

Browse files
committed
feat: add .env.sample file and an explanation to README.
1 parent 738d362 commit 44fab52

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.env.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NODE_TAG=latest
2+
BACKEND_TAG=latest
3+
FRONTEND_TAG=latest

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ account switcher (upper right corner of the window) in order to:
2323
- switch to another account
2424
- log out.
2525

26+
Note that, by default, logion's Docker images with `latest` tag are being used. In order to select other tags, you
27+
can save `.env.sample` file as `.env` and modify `.env`'s content to suite your needs.
28+
2629
## Use cases
2730

2831
This section describes the "script" to run when testing a given use case.

0 commit comments

Comments
 (0)