We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191c52b commit a0206bbCopy full SHA for a0206bb
client/.env
@@ -0,0 +1 @@
1
+REACT_APP_TEST_ENV=no.1
client/.gitignore
@@ -10,7 +10,6 @@
10
11
# production
12
/build
13
-.env
14
# misc
15
.DS_Store
16
.env.local
server/.env
@@ -0,0 +1,4 @@
+POSTGRES_USER=admin
2
+POSTGRES_PASSWORD=admin
3
+POSTGRES_DB=pern_db
4
+POSTGRES_HOST=postgres_db
server/.gitignore
@@ -28,4 +28,3 @@ build/
28
# Misc
29
30
31
0 commit comments