Skip to content

Commit

Permalink
updates based on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Dec 11, 2024
1 parent 3c4defb commit dc8512e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ services:
restart: unless-stopped
volumes:
- ${DTAAS_DIR}/files:/dtaas/libms/files
- ${LIB_CONFIG}:/dtaas/libms/config/libms.dev.yaml
- ${LIB_CONFIG}:/dtaas/libms/config/libms.yaml
labels:
- "traefik.enable=true"
- "traefik.http.routers.libms.entryPoints=web"
Expand Down
6 changes: 3 additions & 3 deletions servers/lib/config/libms.yaml.default
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
port: '4001'
mode: 'local'
mode: 'local' #git or local
local-path: '..\..\files'
log-level: 'debug'
apollo-path: '/lib'
graphql-playground: 'true'

git-repos:
git-repos: #only used in git mode
- user-1:
repo-url: 'https://github.com/INTO-CPS-Association/DTaaS.git'
repo-url: 'https://gitlab.com/dtaas/user1.git'

0 comments on commit dc8512e

Please sign in to comment.