Skip to content

Commit 32ed4ae

Browse files
committed
env added
1 parent d7290ae commit 32ed4ae

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.env

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
PORT=3000
2+
PGDB=postgres
3+
PGHOST=localhost
4+
PGUSER=postgres
5+
PGPASS=postgres
6+
PGPORT=5432
7+
PGSSL=TRUE
8+
LINE_TABLE=line
9+
VERTICES_TABLE=line_vertices_pgr
10+
INPUT_SRID=4326
11+
OUTPUT_SRID=4326

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,5 @@ typings/
5757
# Yarn Integrity file
5858
.yarn-integrity
5959

60-
.env
61-
6260
.next
6361
.idea

0 commit comments

Comments
 (0)