Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Sep 12, 2024
1 parent d5d1d13 commit c42e717
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ backend:
port: 5432
user: ${user}
password: ${password}
catalog:
providers:
github:
catalogInfo:
filters:
branch: main
repository: "*"
templates:
filters:
repository: "*"
6 changes: 3 additions & 3 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ integrations:
token: ${GITHUB_TOKEN}
proxy:
techdocs:
builder: 'local' # Alternatives - 'external'
builder: 'local'
generator:
runIn: 'docker' # Alternatives - 'local'
runIn: 'docker'
publisher:
type: 'local' # Alternatives - 'googleGcs' or 'awsS3'. Read documentation for using alternatives.
type: 'local'
auth:
providers:
guest: {}
Expand Down

0 comments on commit c42e717

Please sign in to comment.