Skip to content

Commit

Permalink
Merge pull request #10 from ConductionNL/dev-barry
Browse files Browse the repository at this point in the history
openapi.yaml adjusted
  • Loading branch information
rubenvdlinde authored Jan 13, 2020
2 parents e983216 + 295bf31 commit f0a14ad
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# The shortcode for this component, should be a small set of letters reprecentint the application
APP_NAME=bc
# The Full title of the application
APP_TITLE=Proto Component
APP_TITLE=Betaal Service
# The current version of the application
APP_VERSION=V.0.1
# Do you want to display the symfony debug toolbar?
Expand Down Expand Up @@ -51,7 +51,7 @@ ORGANIZATION_UNIT_NAME=Common-Ground
# The subdomain for this component (should be www for applications)
APP_SUBDOMAIN=pc
# he domains on wich you want to provide this component, the first wil be used as primary (or common in cert-manger terms)
APP_DOMAINS=["conduction.nl","zaakonline.nl","huwelijksplanner.online","common-ground.dev"]
APP_DOMAINS=["conduction.nl","zaakonline.nl","larping.eu","common-ground.dev","trouwplanner.online","huwelijksplanner.online"]


# The demo enviroment for this component @depracticed
Expand All @@ -74,7 +74,7 @@ CONTAINER_REPRO=https://hub.docker.com/repository/docker/conduction/pc-php

NOTIFICATION_ENABLED=falsedxfddxf
NOTIFICATION_PROVIDER=sasdasd
NOTIFICATION_ENABLED_AUTHORIZATION=sasd
NOTIFICATION_ENABLED_AUTHORIZATION=sasdasdf

##################################################
# Authorization settings
Expand Down
10 changes: 5 additions & 5 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions api/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ settings:
registryBase: docker.io/conduction
projectName: bc
name: bc
title: Proto Component
title: Betaal Service
version: V.0.1
description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.''
repro: 'https://github.com/ConductionNL/Proto-component-commonground'
subdomain: pc
domains:
- conduction.nl
- zaakonline.nl
- huwelijksplanner.online
- larping.eu
- common-ground.dev
domainsJson: ["conduction.nl","zaakonline.nl","huwelijksplanner.online","common-ground.dev"]
- trouwplanner.online
- huwelijksplanner.online
domainsJson: ["conduction.nl","zaakonline.nl","larping.eu","common-ground.dev","trouwplanner.online","huwelijksplanner.online"]
organisationName: Conduction
email: [email protected]
country: Netherlands
Expand Down
4 changes: 2 additions & 2 deletions api/public/schema/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
openapi: 3.0.2
info:
title: 'Proto Component'
title: 'Betaal Service'
version: V.0.1
description: |
API Details
- Component: Proto Component
- Component: Betaal Service
- Reference: bc
- Enviroment: dev
- Version: V.0.1
Expand Down
2 changes: 1 addition & 1 deletion api/public/schema/publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ url: "https://github.com/ConductionNL/Proto-component-commonground"
landingURL: "pc.zaakonline.nl"
isBasedOn: "https://github.com/ConductionNL/Proto-component-commonground.git"
softwareVersion: "V.0.1"
releaseDate: "2020-07-01"
releaseDate: "2020-13-01"
logo: pc.zaakonline.nl
monochromeLogo: img/logo-mono.svg

Expand Down

0 comments on commit f0a14ad

Please sign in to comment.