mirror of
https://gitlab.com/spaceti-app/integrations/acs/colnod-connector.git
synced 2026-07-13 00:20:42 +02:00
30 lines
949 B
YAML
30 lines
949 B
YAML
html:
|
|
playground:
|
|
enabled: true
|
|
env: development
|
|
environments:
|
|
development:
|
|
url: https://192.168.1.3:8443
|
|
auth:
|
|
name: basic
|
|
options:
|
|
username: spaceti
|
|
password: E7FEA07DBC82FB9BA34B2E453E2EFE89F0583E7187543507EF11E84726071FE428445372F2E46B455EB0C79747C51E362F403CE39473A2A8C2DFA0CE5C9826C0
|
|
staging:
|
|
url: https://staging.example.com/
|
|
auth:
|
|
name: basic
|
|
options:
|
|
username: admin
|
|
password: secret
|
|
production:
|
|
url: https://api.example.com
|
|
auth:
|
|
name: oauth2
|
|
options:
|
|
authorizeUrl: https://accounts.example.com/oauth/authorize
|
|
tokenUrl: https://accounts.example.com/oauth/access_token
|
|
callbackUrl: https://www.example.com
|
|
clientId: <client-id>
|
|
clientSecret: <client-secret>
|
|
scopes: <scope-names> |