git ssb

1+

clemo / helperjs



Tree: fbad0279dd4439c8eb8da96d385e27acd5755c74

Files: fbad0279dd4439c8eb8da96d385e27acd5755c74 / test / units / assets.config / config.js

188 bytesRaw
1module.exports.test = {
2 db:'test.db',
3};
4module.exports.development = {
5 db:'dev.db',
6 deep:{
7 zero:0
8 }
9};
10module.exports.production = {
11 db:'pro.db',
12 deep:{
13 zero:0
14 }
15};
16

Built with git-ssb-web