File tree 7 files changed +31
-2
lines changed 7 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2013-2015 StrongLoop, Inc.
1
+ Copyright (c) IBM Corp. 2014,2016. All Rights Reserved.
2
+ Node module: loopback-example-ssl
3
+ This project is licensed under the MIT License, full text below.
4
+
5
+ --------
2
6
3
7
MIT license
4
8
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"scripts" : {
7
7
"lint" : " eslint ." ,
8
- "posttest" : " npm run lint"
8
+ "posttest" : " npm run lint"
9
9
},
10
10
"dependencies" : {
11
11
"async" : " ~0.9.0" ,
Original file line number Diff line number Diff line change
1
+ // Copyright IBM Corp. 2014. All Rights Reserved.
2
+ // Node module: loopback-example-ssl
3
+ // This file is licensed under the MIT License.
4
+ // License text available at https://opensource.org/licenses/MIT
5
+
1
6
module . exports = function enableAuthentication ( server ) {
2
7
// enable authentication
3
8
server . enableAuth ( ) ;
Original file line number Diff line number Diff line change
1
+ // Copyright IBM Corp. 2014. All Rights Reserved.
2
+ // Node module: loopback-example-ssl
3
+ // This file is licensed under the MIT License.
4
+ // License text available at https://opensource.org/licenses/MIT
5
+
1
6
module . exports = function ( server ) {
2
7
// Install a `/` route that returns server status
3
8
var router = server . loopback . Router ( ) ;
Original file line number Diff line number Diff line change
1
+ // Copyright IBM Corp. 2014,2016. All Rights Reserved.
2
+ // Node module: loopback-example-ssl
3
+ // This file is licensed under the MIT License.
4
+ // License text available at https://opensource.org/licenses/MIT
5
+
1
6
var loopback = require ( 'loopback' ) ;
2
7
var boot = require ( 'loopback-boot' ) ;
3
8
Original file line number Diff line number Diff line change
1
+ // Copyright IBM Corp. 2014,2016. All Rights Reserved.
2
+ // Node module: loopback-example-ssl
3
+ // This file is licensed under the MIT License.
4
+ // License text available at https://opensource.org/licenses/MIT
5
+
1
6
var path = require ( 'path' ) ;
2
7
var fs = require ( 'fs' ) ;
3
8
Original file line number Diff line number Diff line change
1
+ // Copyright IBM Corp. 2014,2016. All Rights Reserved.
2
+ // Node module: loopback-example-ssl
3
+ // This file is licensed under the MIT License.
4
+ // License text available at https://opensource.org/licenses/MIT
5
+
1
6
/**
2
7
* Run `node import.js` to import the test data into the db.
3
8
*/
You can’t perform that action at this time.
0 commit comments