Remove community_server url call in gitmodules and readme.

This commit is contained in:
elweyn 2022-02-02 15:00:41 +01:00
parent e5c3c3c57a
commit abec7d0248
2 changed files with 0 additions and 5 deletions

4
.gitmodules vendored
View File

@ -2,7 +2,3 @@
path = gn path = gn
url = https://github.com/gradido/gn.git url = https://github.com/gradido/gn.git
branch = master branch = master
[submodule "community_server/src/protobuf"]
path = community_server/src/protobuf
url = https://github.com/gradido/gradido_protocol.git

View File

@ -60,7 +60,6 @@ docker-compose -f docker-compose.yml up
- [frontend](./frontend) Wallet frontend - [frontend](./frontend) Wallet frontend
- [backend](./backend) GraphQL & Business logic backend - [backend](./backend) GraphQL & Business logic backend
- [mariadb](./mariadb) Database backend - [mariadb](./mariadb) Database backend
- [community_server](./community_server/) Business logic backend
We are currently restructuring the service to reduce dependencies and unify business logic into one place. Furthermore the databases defined for each service will be unified into one. We are currently restructuring the service to reduce dependencies and unify business logic into one place. Furthermore the databases defined for each service will be unified into one.