forked from GoogleContainerTools/kpt-backstage-plugins
-
Notifications
You must be signed in to change notification settings - Fork 10
/
app-config.yaml
55 lines (48 loc) · 1.72 KB
/
app-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
app:
title: Kpt Backstage Plugins
baseUrl: http://localhost:3000
organization:
name: Kpt Backstage Plugins
backend:
baseUrl: http://localhost:7007
listen:
port: 7007
# Uncomment the following host directive to bind to all IPv4 interfaces and
# not just the baseUrl hostname.
# host: 0.0.0.0
csp:
connect-src: ["'self'", 'http:', 'https:']
# Content-Security-Policy directives follow the Helmet format: https://helmetjs.github.io/#reference
# Default Helmet Content-Security-Policy values can be removed by setting the key to false
cors:
origin: http://localhost:3000
methods: [GET, POST, PUT, DELETE]
credentials: true
database:
client: better-sqlite3
connection: ':memory:'
cache:
store: memory
configAsData:
# The namespace where Porch managed resources live.
resourcesNamespace: default
# Determines the GitOps delivery tool to use.
gitOpsDeliveryTool: config-sync
clusterLocatorMethod:
# Determines how the client will locate the Kubernetes cluster.
type: current-context
# Determines how the client will authenticate with the Kubernetes cluster.
authProvider: current-context