Skip to content

Commit

Permalink
updated readme and default config
Browse files Browse the repository at this point in the history
  • Loading branch information
nichlaes committed Dec 10, 2024
1 parent 04c0263 commit 19b6226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion servers/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ needs to have _read:packages_ scope.

## :gear: Configure

The microservices requires config specified in INI format.
The microservices requires config specified in yaml format.
The template configuration file is:

```yaml
Expand Down
6 changes: 2 additions & 4 deletions servers/lib/config/libms.yaml.default
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
port: '4001'
mode: 'git'
mode: 'local'
local-path: '..\..\files'
log-level: 'debug'
apollo-path: '/lib'
graphql-playground: 'true'

git-repos:
- user-1:
repo-url: 'https://github.com/isomorphic-git/lightning-fs'
- user-2:
repo-url: 'https://github.com/isomorphic-git/lightning-fs'
repo-url: 'https://github.com/INTO-CPS-Association/DTaaS.git'

0 comments on commit 19b6226

Please sign in to comment.