We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7290ae commit 32ed4aeCopy full SHA for 32ed4ae
.env
@@ -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
@@ -57,7 +57,5 @@ typings/
57
# Yarn Integrity file
58
.yarn-integrity
59
60
-.env
61
-
62
.next
63
.idea
0 commit comments