-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgeneratron.yaml
More file actions
40 lines (40 loc) · 1.11 KB
/
generatron.yaml
File metadata and controls
40 lines (40 loc) · 1.11 KB
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
git:
- bundleName : "Kitura(.)*"
gitUrl : "git@github.com:generatron/TodoList.git"
subdir : "KituraBackend"
branch : "Generatron"
- bundleName : "Perfect(.)*"
gitUrl : "git@github.com:generatron/TodoList.git"
subdir : "PerfectBackend"
branch : "Generatron"
- bundleName : "ionic(.)*"
gitUrl : "git@github.com:generatron/TodoList.git"
subdir : "IonicFrontend"
branch : "Generatron"
- bundleName : "yeoman-angular(.)*"
gitUrl : "git@github.com:generatron/TodoList.git"
subdir : "YeomanAngularFrontend"
branch : "Generatron"
- bundleName : "sails(.)*"
gitUrl : "git@github.com:generatron/TodoList.git"
subdir : "SailsBackend"
branch : "Generatron"
- bundleName : "grails(.)*"
gitUrl : "git@github.com:generatron/TodoList.git"
subdir : "GrailsBackend"
branch : "Generatron"
datasources:
- type: "mysql"
schema: "TodoList"
user: "todouser"
password: "password123123"
host: "localhost"
name: "todomyql"
port: 3306
- type: "mongodb"
schema: "TodoList"
user: "todouser"
password: "password123"
host: "localhost"
name: "todomongo"
port: 27017