Skip to content

Commit a4fa4af

Browse files
committed
chore: add example env and update gitignore
1 parent 33038e2 commit a4fa4af

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
GATEWAY_HOST=localhost
2+
GATEWAY_PORT=3000

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/target
22

33
# jetbrains IDE config
4-
.idea/
4+
.idea/
5+
6+
.env

0 commit comments

Comments
 (0)