forked from pws-hub/cubic-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcubic.yml
46 lines (38 loc) · 845 Bytes
/
cubic.yml
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
APPNAME: Cubic Studio
APPVERSION: 1.0
INSTANCE_PROVIDER: multipple
# Integrated authentication handlers
AUTH_PROVIDERS:
- github
- multipple
- one-profile
AUTH_HANDLERS:
multipple: multipple.auth.js
github: github.auth.js
# Custom API request handlers
REQUEST_HANDLERS:
multipple: multipple.request.js
# Prefered NodeJS package manager
NODE_PACKAGE_MANAGER: yarn
# Access Credentials to Git Repositories
GIT_ACCESS:
- provider: github
username: multipple-dev
password: XVycGhhbDIwMTJAZY29t1h
# Access credentials to Cubic Package Repositories
CPR_ACCESS:
- source: https://cpr.webmicros.com
apiversion: 1
username:
token:
RUNTIME_ENVS: {}
DEVICES:
# Multipple extension emulator
emulator:
os: Multipple
model: EIS8
version: 1.0
env:
NODE_ENV: development
HOST: localhost
PORT: 33000