-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
54 lines (45 loc) · 1.39 KB
/
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
# GitHub OAuth configuration
authentication:
ClientID: 54e6b84b3eb8f6a460bc
ClientSecret: 277c00823cf9f3795e01ed6cd79ae1269aaf9844
users:
- user1
- user2
#uncomment and configure to persist sessions across restarts
#session:
# secretKey: randomSecretKeyHere
frontend-redirect: "/src/loginRedirect.html"
frontend-host: "http://localhost:5000"
# Workspace location, where user related data (e.g. projects) get saved.
workspaces-location: "~/son-editor/workspaces/"
# Hosts that are able to access the server
allowed-hosts:
- "localhost"
- "fg-cn-sandman1.cs.upb.de"
- "cn-upb.github.io"
# Database file name
database:
location: "production.db"
# URL to sonata schemas
schemas:
- name: CN-UPB
url: https://raw.githubusercontent.com/CN-UPB/son-schema/master/
- name: SONATA NFV
url: https://raw.githubusercontent.com/sonata-nfv/son-schema/master/
testing: False
#uncomment and configure to enable web configuration
#config:
# pwd: totes-secret
# user: admin
# Test configuration
test:
# Running sonata platform url
platform-instance: "http://fg-cn-sandman2.cs.upb.de:1234"
# Running sonata platform url with wrong port
platform-instance-wrong: "http://fg-cn-sandman2.cs.upb.de:1010"
# son-catalogue instance
catalogue-instance: "http://fg-cn-sandman2.cs.upb.de:4012"
# Github test-account information
github:
user: "user"
access-token: token