Initial monorepo structure
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
contexts:
|
||||
privat:
|
||||
env_file: privat/.env
|
||||
allowed_shared:
|
||||
- shared/tools/
|
||||
- shared/powers/
|
||||
- shared/config/
|
||||
dhive:
|
||||
env_file: dhive/.env
|
||||
allowed_shared:
|
||||
- shared/tools/
|
||||
- shared/powers/
|
||||
- shared/config/
|
||||
bahn:
|
||||
env_file: bahn/.env
|
||||
allowed_shared:
|
||||
- shared/tools/
|
||||
- shared/powers/
|
||||
- shared/config/
|
||||
- shared/knowledge-store/
|
||||
shared:
|
||||
env_file: shared/.env
|
||||
allowed_shared: ["*"]
|
||||
Reference in New Issue
Block a user