@@ -2,47 +2,47 @@ const config = {
22 url : 'http://learninglocker' ,
33 limit : 500 ,
44 chunkSize : 100 ,
5- db :{
5+ db : {
66 // LMS database connection settings
7- lms :{
8- host :'moodle-docker_db_1' ,
9- port :5432 ,
10- database :'moodle' ,
11- username :'moodleuser' ,
12- password :'m@0dl3ing' ,
13- prefix :'mdl_'
7+ lms : {
8+ host : 'moodle-docker_db_1' ,
9+ port : 5432 ,
10+ database : 'moodle' ,
11+ username : 'moodleuser' ,
12+ password : 'm@0dl3ing' ,
13+ prefix : 'mdl_'
1414 } ,
15- la :{
16- host :'learning_analytics_db' ,
17- port :5432 ,
18- database :'learning_analytics' ,
19- username :'learning_analytics' ,
20- password :'learning_analytics' ,
15+ la : {
16+ host : 'learning_analytics_db' ,
17+ port : 5432 ,
18+ database : 'learning_analytics' ,
19+ username : 'learning_analytics' ,
20+ password : 'learning_analytics' ,
2121 }
2222 } ,
23- LRS :{
23+ LRS : {
2424 // LRS client with 'Overall Scopes: API All' checked
25- client :{
26- key :'' ,
27- secret :''
25+ client : {
26+ key : '' ,
27+ secret : ''
2828 } ,
2929 // Store statements in each LRS with title matching actor's ePPN scope
30- ePPNScoped :false ,
30+ ePPNScoped : false ,
3131 } ,
32- category :{
33- id :'http://moodle.org' ,
34- definition :{
35- type :'http://id.tincanapi.com/activitytype/source' ,
36- name :'Moodle' ,
32+ category : {
33+ id : 'http://moodle.org' ,
34+ definition : {
35+ type : 'http://id.tincanapi.com/activitytype/source' ,
36+ name : 'Moodle' ,
3737 description :
3838 'Moodle is a open source learning platform designed to ' +
3939 'provide educators, administrators and learners with ' +
4040 'a single robust, secure and integrated system to create ' +
4141 'personalized learning environments.'
4242 }
4343 } ,
44- platform :'Moodle' ,
45- language :'en' ,
44+ platform : 'Moodle' ,
45+ language : 'en' ,
4646 homepage : 'http://localhost:8000'
4747} ;
4848module . exports = config ;
0 commit comments