lms-sync 1.0.88 → 1.0.89

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,6 +66,7 @@ const server = {
66
66
  temporaryPassword: 'P@ssw0rd123',
67
67
  firstName: 'Androi',
68
68
  lastName: 'Pamisaran',
69
+ adminScopes: [],
69
70
  createdAt: new Date(),
70
71
  updatedAt: new Date()
71
72
  };
package/login.json ADDED
@@ -0,0 +1,5 @@
1
+ {
2
+ "email": "ictsc@mscmarinduque.edu.ph",
3
+ "password": "MjU8qweXLaFpDnEyfRrbY9",
4
+ "baseURL": "https://lms.api.msc.priisms.online/api"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lms-sync",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "Migration App for MSC LMS",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/target.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "host": "188.166.212.92",
3
+ "username": "migration",
4
+ "database": "migration",
5
+ "password": "Admin123",
6
+ "dialect": "postgres",
7
+ "schema": "public_migrations",
8
+ "logging": false
9
+ }