Skip to content

Commit 285fffd

Browse files
committed
signup endpoints added
1 parent 751c214 commit 285fffd

File tree

964 files changed

+1603
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

964 files changed

+1603
-115
lines changed

administration-microservice/src/config/local.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"administration.http.port": 8082,
55
"host": "localhost",
66
"driver_class": "org.postgresql.Driver",
7-
"username": "impala",
8-
"password": "secr3t",
7+
"username": "cloudimpala",
8+
"password": "impala",
99
"max_pool_size": 30,
1010
"database": "impala"
1111
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Fri Nov 13 13:06:52 GMT 2020
2+
#Mon Nov 16 16:24:08 GMT 2020
33
groupId=io.vertx.easyerp
44
artifactId=administration-microservice
55
version=1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven
2-
#Fri Nov 13 13:06:58 GMT 2020
2+
#Mon Nov 16 16:24:22 GMT 2020
33
groupId=io.vertx.easyerp
44
artifactId=api-gateway
55
version=1.0

docker/data/PG_VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
13

docker/data/base/1/112

8 KB
Binary file not shown.

docker/data/base/1/113

8 KB
Binary file not shown.

docker/data/base/1/1247

80 KB
Binary file not shown.

docker/data/base/1/1247_fsm

24 KB
Binary file not shown.

docker/data/base/1/1247_vm

8 KB
Binary file not shown.

docker/data/base/1/1249

424 KB
Binary file not shown.

0 commit comments

Comments
 (0)