##// END OF EJS Templates
working on multi-platform support
working on multi-platform support

File last commit:

r46:747292a4f3ac di-typescript
r48:2ef1241803ee di-typescript
Show More
config1.js
19 lines | 342 B | application/javascript | JavascriptLexer
define({
foo: {
$type: "./Foo:Foo"
},
bar: {
$type: "./Bar:Bar",
params: {
db: {
provider: {
$dependency: "db"
}
},
foo: {
$type: "./Foo:Foo"
}
}
},
db: "db://localhost"
});