@educabot/educablocks-cosmos 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,736 @@
1
+ import { CustomersConfig } from './types';
2
+
3
+ export const customers: CustomersConfig = {
4
+ DEFAULT: {
5
+ development: {
6
+ lang: 'es',
7
+ title: 'Robots - EDUCABOT',
8
+ titleAnimations: 'Animaciones - EDUCABOT',
9
+ theme: 'root',
10
+ logo: 'logo.png',
11
+ favicon: 'default.svg',
12
+ protocol: 'https://',
13
+ webSocketprotocol: 'wss://',
14
+ aulaProtocol: 'https://',
15
+ builderProtocol: 'https://',
16
+ cosmosFrontUrl: '',
17
+ cosmosFrontAnimationsUrl: '',
18
+ cosmosFrontGamesUrl: '',
19
+ cosmosBackUrl: '',
20
+ baseUrl: '',
21
+ baseLandingUrl: 'http://localhost:9002/landing',
22
+ baseWebSocketUrl: '',
23
+ baseBuilderUrl: 'localhost',
24
+ baseAulaApiUrl: '',
25
+ educablocksPath: 'app',
26
+ educablocksWebSocketPath: 'app',
27
+ bloquesPath: 'bloques',
28
+ animacionesPath: 'animaciones',
29
+ aulaApiPath: 'api',
30
+ notasPath: 'notas',
31
+ diagramasPath: 'diagramas',
32
+ foroPath: 'foro',
33
+ builderPath: 'builder',
34
+ backofficePath: 'backoffice',
35
+ gamePath: 'juegos',
36
+ separator: '-',
37
+ aulaSeparator: '.',
38
+ separatorWebSocket: '.',
39
+ educablocksPort: '',
40
+ foroPort: '',
41
+ bloquesPort: '',
42
+ builderPort: '',
43
+ notasPort: '',
44
+ diagramasPort: '',
45
+ backofficePort: '',
46
+ gamePort: '',
47
+ animacionesPort: '',
48
+ aulaApiPort: '',
49
+ webSocketPort: '',
50
+ facebookID: '1862379324192902',
51
+ googleID: "35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com",
52
+ loginOptions: {
53
+ regular: true,
54
+ facebook: true,
55
+ google: true,
56
+ logo: 'logo_login.png',
57
+ footer: '',
58
+ formText: 'Ingresá correo y contraseña para continuar',
59
+ loginForm: true,
60
+ loginGoogleOptions: {
61
+ display: true,
62
+ icon: 'google.svg',
63
+ text: 'Google',
64
+ className: '',
65
+ },
66
+ loginFacebookOptions: {
67
+ display: true,
68
+ }
69
+ },
70
+ boardsOptions: {
71
+ exclude: {
72
+ prop: '',
73
+ value: '',
74
+ },
75
+ },
76
+ }
77
+ },
78
+ EDUCABOT: {
79
+ development: {
80
+ lang: 'es',
81
+ title: 'Robots - EDUCABOT',
82
+ titleAnimations: 'Animaciones - EDUCABOT',
83
+ theme: 'root',
84
+ logo: 'logo.png',
85
+ favicon: 'default.svg',
86
+ protocol: 'http://',
87
+ webSocketprotocol: 'ws://',
88
+ aulaProtocol: 'http://',
89
+ builderProtocol: 'http://',
90
+ cosmosFrontUrl: 'localhost',
91
+ cosmosFrontAnimationsUrl: 'localhost',
92
+ cosmosFrontGamesUrl: 'localhost',
93
+ cosmosBackUrl: 'localhost',
94
+ baseUrl: 'localhost',
95
+ baseBuilderUrl: 'localhost',
96
+ baseWebSocketUrl: 'localhost',
97
+ baseAulaApiUrl: 'localhost',
98
+ educablocksPath: '',
99
+ educablocksWebSocketPath: '',
100
+ bloquesPath: '',
101
+ animacionesPath: '',
102
+ aulaApiPath: '',
103
+ notasPath: '',
104
+ diagramasPath: '',
105
+ foroPath: '',
106
+ builderPath: '',
107
+ backofficePath: '',
108
+ gamePath: '',
109
+ separator: '',
110
+ aulaSeparator: '',
111
+ separatorWebSocket: '',
112
+ educablocksPort: ':8084',
113
+ foroPort: ':9001',
114
+ bloquesPort: ':9002',
115
+ builderPort: ':5000',
116
+ notasPort: ':9003',
117
+ diagramasPort: ':9006',
118
+ backofficePort: ':9005',
119
+ gamePort: ':9008',
120
+ animacionesPort: ':8601',
121
+ aulaApiPort: ':5000',
122
+ webSocketPort: ':8084',
123
+ },
124
+ staging: {
125
+ protocol: 'https://',
126
+ aulaProtocol: 'https://',
127
+ bloquesPath: 'bloques',
128
+ animacionesPath: 'animaciones',
129
+ educablocksPath: 'app',
130
+ separator: '.',
131
+ aulaApiPath: '',
132
+ aulaSeparator: '',
133
+ separatorWebSocket: '.',
134
+ cosmosFrontUrl: 'bloques.staging.educabot.com',
135
+ cosmosFrontAnimationsUrl: 'animaciones.staging.educabot.com',
136
+ cosmosFrontGamesUrl: 'juegos.staging.educabot.com',
137
+ cosmosBackUrl: 'app.staging.educabot.com',
138
+ baseUrl: 'staging.educabot.com',
139
+ baseLandingUrl: 'https://bloques.staging.educabot.com/landing',
140
+ baseBuilderUrl: 'staging.educabot.com',
141
+ baseWebSocketUrl: 'staging.educabot.com',
142
+ baseAulaApiUrl: 'api-staging-aula.educabot.com',
143
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
144
+ facebookID: '1862379324192902',
145
+ },
146
+ production: {
147
+ protocol: 'https://',
148
+ aulaProtocol: 'https://',
149
+ bloquesPath: 'robots',
150
+ animacionesPath: 'animaciones',
151
+ educablocksPath: 'app',
152
+ separator: '.',
153
+ aulaSeparator: '.',
154
+ separatorWebSocket: '.',
155
+ cosmosFrontUrl: 'robots.educabot.com',
156
+ cosmosFrontAnimationsUrl: 'animaciones.educabot.com',
157
+ cosmosFrontGamesUrl: 'juegos.educabot.com',
158
+ cosmosBackUrl: 'app.educabot.com',
159
+ baseUrl: 'educabot.com',
160
+ baseLandingUrl: 'https://robots.educabot.com/landing',
161
+ baseBuilderUrl: 'educabot.com',
162
+ baseWebSocketUrl: 'educabot.com',
163
+ baseAulaApiUrl: 'aula.educabot.com',
164
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
165
+ facebookID: '1862379324192902',
166
+ }
167
+ },
168
+ CODIT: {
169
+ development: {
170
+ lang: 'es',
171
+ title: 'Codit',
172
+ titleAnimations: 'Codit',
173
+ favicon: 'default.svg',
174
+ // cosmosFrontUrl: 'rev-robots.educabot.com',
175
+ // cosmosFrontAnimationsUrl: 'rev-animaciones.educabot.com',
176
+ // cosmosBackUrl: 'app.staging.educabot.com',
177
+ baseUrl: 'localhost',
178
+ },
179
+ staging: {
180
+ title: 'Codit',
181
+ titleAnimations: 'Codit',
182
+ protocol: 'https://',
183
+ aulaProtocol: 'https://',
184
+ bloquesPath: 'codit',
185
+ educablocksPath: 'app',
186
+ separator: '.',
187
+ aulaApiPath: '',
188
+ aulaSeparator: '',
189
+ separatorWebSocket: '.',
190
+ cosmosFrontUrl: 'codit.staging.educabot.com',
191
+ // cosmosFrontAnimationsUrl: 'animaciones.staging.educabot.com',
192
+ cosmosBackUrl: 'app.staging.educabot.com',
193
+ baseUrl: 'staging.educabot.com',
194
+ baseLandingUrl: 'https://bloques.staging.educabot.com/landing',
195
+ baseBuilderUrl: 'staging.educabot.com',
196
+ baseWebSocketUrl: 'staging.educabot.com',
197
+ baseAulaApiUrl: 'api-staging-aula.educabot.com',
198
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
199
+ facebookID: '1862379324192902',
200
+ },
201
+ production: {
202
+ title: 'Codit',
203
+ titleAnimations: 'Codit',
204
+ protocol: 'https://',
205
+ aulaProtocol: 'https://',
206
+ bloquesPath: 'codit',
207
+ educablocksPath: 'app',
208
+ separator: '.',
209
+ aulaSeparator: '.',
210
+ separatorWebSocket: '.',
211
+ cosmosFrontUrl: 'codit.educabot.com',
212
+ // cosmosFrontAnimationsUrl: 'animaciones.educabot.com',
213
+ cosmosBackUrl: 'app.educabot.com',
214
+ baseUrl: 'educabot.com',
215
+ baseLandingUrl: 'https://robots.educabot.com/landing',
216
+ baseBuilderUrl: 'educabot.com',
217
+ baseWebSocketUrl: 'educabot.com',
218
+ baseAulaApiUrl: 'aula.educabot.com',
219
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
220
+ facebookID: '1862379324192902',
221
+ }
222
+ },
223
+ COPA_ROBOTICA: {
224
+ development: {
225
+ title: 'Copa Robótica',
226
+ titleAnimations: 'Copa Robótica',
227
+ theme: 'theme-aula',
228
+ logo: 'logo_caba.svg',
229
+ favicon: 'default.svg',
230
+ cosmosFrontUrl: 'robots.coparobotica.com',
231
+ cosmosFrontAnimationsUrl: 'animaciones.coparobotica.com',
232
+ cosmosBackUrl: 'app.coparobotica.com',
233
+ baseUrl: 'coparobotica.com',
234
+ },
235
+ staging: {
236
+ title: 'Copa Robótica',
237
+ titleAnimations: 'Copa Robótica',
238
+ theme: 'theme-aula',
239
+ logo: 'logo_caba.svg',
240
+ favicon: 'default.svg',
241
+ protocol: 'https://',
242
+ aulaProtocol: 'http://',
243
+ bloquesPath: 'robots',
244
+ educablocksPath: 'app',
245
+ separator: '.',
246
+ aulaSeparator: '.',
247
+ separatorWebSocket: '.',
248
+ cosmosFrontUrl: 'robots.coparobotica.com',
249
+ cosmosFrontAnimationsUrl: 'animaciones.coparobotica.com',
250
+ cosmosBackUrl: 'app.coparobotica.com',
251
+ baseUrl: 'coparobotica.com',
252
+ baseLandingUrl: 'https://robots.coparobotica.com/landing',
253
+ baseBuilderUrl: 'educabot.com',
254
+ baseWebSocketUrl: 'coparobotica.com',
255
+ baseAulaApiUrl: 'api-staging-aula.educabot.com',
256
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
257
+ facebookID: '1862379324192902',
258
+ }
259
+ },
260
+ CREATEC: {
261
+ development: {
262
+ title: 'CREATEC',
263
+ titleAnimations: 'CREATEC',
264
+ theme: 'theme-aula',
265
+ logo: 'logo_caba.svg',
266
+ favicon: 'caba.png',
267
+ cosmosFrontUrl: 'robots.createc.bue.edu.ar',
268
+ cosmosFrontAnimationsUrl: 'animaciones.createc.bue.edu.ar',
269
+ cosmosBackUrl: 'app.createc.bue.edu.ar',
270
+ baseUrl: 'createc.bue.edu.ar',
271
+ baseLandingUrl: '',
272
+ loginOptions: {
273
+ regular: false,
274
+ facebook: false,
275
+ google: true,
276
+ logo: 'logo_createc.svg',
277
+ footer: 'footerCreatec.svg',
278
+ formText: 'Por favor, ingresa con tu cuenta Google BA:',
279
+ loginForm: false,
280
+ loginGoogleOptions: {
281
+ display: true,
282
+ icon: 'google.svg',
283
+ text: 'Ingresar con Google',
284
+ className: 'google-login',
285
+ },
286
+ loginFacebookOptions: {
287
+ display: false,
288
+ }
289
+ },
290
+ boardsOptions: {
291
+ exclude: {
292
+ prop: 'company',
293
+ value: 'Smart Team',
294
+ },
295
+ }
296
+ },
297
+ staging: {
298
+ title: 'CREATEC',
299
+ titleAnimations: 'CREATEC',
300
+ theme: 'theme-aula',
301
+ logo: 'logo_caba.svg',
302
+ favicon: 'caba.png',
303
+ protocol: 'https://',
304
+ aulaProtocol: 'http://',
305
+ bloquesPath: 'robots',
306
+ educablocksPath: 'app',
307
+ separator: '.',
308
+ aulaSeparator: '.',
309
+ separatorWebSocket: '.',
310
+ cosmosFrontUrl: 'robots.createc.bue.edu.ar',
311
+ cosmosFrontAnimationsUrl: 'animaciones.createc.bue.edu.ar',
312
+ cosmosBackUrl: 'app.createc.bue.edu.ar',
313
+ baseUrl: 'createc.bue.edu.ar',
314
+ baseLandingUrl: 'https://createc.bue.edu.ar',
315
+ baseBuilderUrl: 'educabot.com',
316
+ baseWebSocketUrl: 'createc.bue.edu.ar',
317
+ baseAulaApiUrl: 'api-staging-aula.educabot.com',
318
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
319
+ facebookID: '2527628780848865',
320
+ loginOptions: {
321
+ regular: false,
322
+ facebook: false,
323
+ google: true,
324
+ logo: 'logo_createc.svg',
325
+ footer: 'footerCreatec.svg',
326
+ formText: 'Por favor, ingresa con tu cuenta Google BA:',
327
+ loginForm: false,
328
+ loginGoogleOptions: {
329
+ display: true,
330
+ icon: 'google.svg',
331
+ text: 'Ingresar con Google',
332
+ className: 'google-login',
333
+ },
334
+ loginFacebookOptions: {
335
+ display: false,
336
+ }
337
+ },
338
+ boardsOptions: {
339
+ exclude: {
340
+ prop: 'company',
341
+ value: 'Smart Team',
342
+ },
343
+ }
344
+ },
345
+ production: {
346
+ title: 'CREATEC',
347
+ titleAnimations: 'CREATEC',
348
+ theme: 'theme-aula',
349
+ logo: 'logo_caba.svg',
350
+ favicon: 'caba.png',
351
+ protocol: 'https://',
352
+ aulaProtocol: 'https://',
353
+ bloquesPath: 'robots',
354
+ educablocksPath: 'app',
355
+ separator: '.',
356
+ aulaSeparator: '.',
357
+ separatorWebSocket: '.',
358
+ cosmosFrontUrl: 'robots.createc.bue.edu.ar',
359
+ cosmosFrontAnimationsUrl: 'animaciones.createc.bue.edu.ar',
360
+ cosmosBackUrl: 'app.createc.bue.edu.ar',
361
+ baseUrl: 'createc.bue.edu.ar',
362
+ baseLandingUrl: 'https://createc.bue.edu.ar',
363
+ baseBuilderUrl: 'educabot.com',
364
+ baseWebSocketUrl: 'createc.bue.edu.ar',
365
+ baseAulaApiUrl: 'aula.educabot.com',
366
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
367
+ facebookID: '117860338625786',
368
+ loginOptions: {
369
+ regular: false,
370
+ facebook: false,
371
+ google: true,
372
+ logo: 'logo_createc.svg',
373
+ footer: 'footerCreatec.svg',
374
+ formText: 'Por favor, ingresa con tu cuenta Google BA:',
375
+ loginForm: false,
376
+ loginGoogleOptions: {
377
+ display: true,
378
+ icon: 'google.svg',
379
+ text: 'Ingresar con Google',
380
+ className: 'google-login',
381
+ },
382
+ loginFacebookOptions: {
383
+ display: false,
384
+ }
385
+ },
386
+ boardsOptions: {
387
+ exclude: {
388
+ prop: 'company',
389
+ value: 'Smart Team',
390
+ },
391
+ }
392
+ }
393
+ },
394
+ REV_ROBOTICS: {
395
+ development: {
396
+ lang: 'en',
397
+ title: 'Rev Robotics',
398
+ titleAnimations: 'Rev Robotics',
399
+ // theme: 'theme-aula',
400
+ // logo: 'logo_caba.svg',
401
+ favicon: 'default.svg',
402
+ cosmosFrontUrl: 'rev-robots.educabot.com',
403
+ cosmosFrontAnimationsUrl: 'rev-animaciones.educabot.com',
404
+ cosmosBackUrl: 'rev-app.educabot.com',
405
+ baseUrl: 'localhost',
406
+ },
407
+ production: {
408
+ lang: 'en',
409
+ title: 'Rev Robotics',
410
+ titleAnimations: 'Rev Robotics',
411
+ theme: 'theme-rev',
412
+ logo: 'rev-robotics.svg',
413
+ favicon: 'default.svg',
414
+ protocol: 'https://',
415
+ aulaProtocol: 'https://',
416
+ bloquesPath: 'rev-robots',
417
+ educablocksPath: 'rev-app',
418
+ separator: '.',
419
+ aulaSeparator: '.',
420
+ separatorWebSocket: '.',
421
+ cosmosFrontUrl: 'rev-robots.educabot.com',
422
+ cosmosFrontAnimationsUrl: 'rev-animaciones.educabot.com',
423
+ cosmosBackUrl: 'rev-app.educabot.com',
424
+ baseUrl: 'educabot.com',
425
+ animacionesPath: 'rev-animaciones',
426
+ baseLandingUrl: 'https://robots.educabot.com/landing',
427
+ baseBuilderUrl: 'educabot.com',
428
+ baseWebSocketUrl: 'educabot.com',
429
+ baseAulaApiUrl: 'aula.educabot.com',
430
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
431
+ facebookID: '1862379324192902',
432
+ }
433
+ },
434
+ FIFA: {
435
+ development: {
436
+ lang: 'en',
437
+ title: 'FIFA Foundation',
438
+ titleAnimations: 'FIFA Foundation',
439
+ theme: 'theme-fifa',
440
+ logo: 'logo_fifa.svg',
441
+ favicon: 'fifa.png',
442
+ cosmosFrontUrl: 'robots.fifa.com.ar',
443
+ cosmosFrontAnimationsUrl: 'animaciones.fifa.com.ar',
444
+ cosmosBackUrl: 'localhost',
445
+ baseUrl: 'localhost',
446
+ baseLandingUrl: '',
447
+ loginOptions: {
448
+ regular: true,
449
+ facebook: true,
450
+ google: true,
451
+ logo: 'logo_fifa.svg',
452
+ footer: '',
453
+ formTitle: 'Login to Robots',
454
+ formText: 'Enter email and password to continue',
455
+ formUser: 'e-Mail',
456
+ formPassword: 'Password',
457
+ formForgot: 'Did you forget your password?',
458
+ formEnter: 'Enter',
459
+ formContinue: 'Or continue with',
460
+ formNotAccount: 'don\'t have an account?',
461
+ formCreateAccount: 'Create user account',
462
+ formError: 'There was a problem with the entry. Please try another time.',
463
+ formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
464
+ loginForm: true,
465
+ loginGoogleOptions: {
466
+ display: true,
467
+ icon: 'google.svg',
468
+ text: 'Google',
469
+ className: '',
470
+ },
471
+ loginFacebookOptions: {
472
+ display: true,
473
+ }
474
+ }
475
+ },
476
+ staging: {
477
+ lang: 'en',
478
+ title: 'FIFA Foundation',
479
+ titleAnimations: 'FIFA Foundation',
480
+ theme: 'theme-fifa',
481
+ logo: 'logo_fifa.svg',
482
+ favicon: 'fifa.png',
483
+ protocol: 'https://',
484
+ aulaProtocol: 'https://',
485
+ bloquesPath: 'staging.robots.fifa',
486
+ educablocksPath: 'app.staging',
487
+ builderPath: 'builder.staging',
488
+ educablocksWebSocketPath: 'app.staging',
489
+ animacionesPath: 'staging.animations.fifa',
490
+ separator: '.',
491
+ aulaSeparator: '.',
492
+ separatorWebSocket: '.',
493
+ cosmosFrontUrl: 'staging.robots.fifa.educabot.com',
494
+ cosmosFrontAnimationsUrl: 'staging.animations.fifa.educabot.com',
495
+ cosmosBackUrl: 'app.staging.educabot.com',
496
+ baseUrl: 'educabot.com',
497
+ baseLandingUrl: 'https://staging.robots.fifa.educabot.com/landing',
498
+ baseBuilderUrl: 'educabot.com',
499
+ baseWebSocketUrl: 'educabot.com',
500
+ baseAulaApiUrl: 'api-staging-aula.educabot.com',
501
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
502
+ facebookID: '1862379324192902',
503
+ loginOptions: {
504
+ regular: true,
505
+ facebook: true,
506
+ google: true,
507
+ logo: 'logo_fifa.svg',
508
+ footer: '',
509
+ formTitle: 'Login to Robots',
510
+ formText: 'Enter email and password to continue',
511
+ formUser: 'e-Mail',
512
+ formPassword: 'Password',
513
+ formForgot: 'Did you forget your password?',
514
+ formEnter: 'Enter',
515
+ formContinue: 'Or continue with',
516
+ formNotAccount: 'don\'t have an account?',
517
+ formCreateAccount: 'Create user account',
518
+ formError: 'There was a problem with the entry. Please try another time.',
519
+ formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
520
+ loginForm: true,
521
+ loginGoogleOptions: {
522
+ display: true,
523
+ icon: 'google.svg',
524
+ text: 'Google',
525
+ className: '',
526
+ },
527
+ loginFacebookOptions: {
528
+ display: true,
529
+ }
530
+ }
531
+ },
532
+ production: {
533
+ lang: 'en',
534
+ title: 'FIFA Foundation',
535
+ titleAnimations: 'FIFA Foundation',
536
+ theme: 'theme-fifa',
537
+ logo: 'logo_fifa.svg',
538
+ favicon: 'fifa.png',
539
+ protocol: 'https://',
540
+ aulaProtocol: 'https://',
541
+ bloquesPath: 'robots',
542
+ educablocksPath: 'app',
543
+ separator: '.',
544
+ aulaSeparator: '.',
545
+ separatorWebSocket: '.',
546
+ cosmosFrontUrl: 'robots.fifa.educabot.com',
547
+ cosmosFrontAnimationsUrl: 'animations.fifa.educabot.com',
548
+ cosmosBackUrl: 'app.educabot.com',
549
+ baseUrl: 'educabot.com',
550
+ baseLandingUrl: 'https://robots.fifa.educabot.com/landing',
551
+ baseBuilderUrl: 'educabot.com',
552
+ baseWebSocketUrl: 'educabot.com',
553
+ baseAulaApiUrl: 'aula.educabot.com',
554
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
555
+ facebookID: '1862379324192902',
556
+ loginOptions: {
557
+ regular: true,
558
+ facebook: true,
559
+ google: true,
560
+ logo: 'logo_fifa.svg',
561
+ footer: '',
562
+ formTitle: 'Login to Robots',
563
+ formText: 'Enter email and password to continue',
564
+ formUser: 'e-Mail',
565
+ formPassword: 'Password',
566
+ formForgot: 'Did you forget your password?',
567
+ formEnter: 'Enter',
568
+ formContinue: 'Or continue with',
569
+ formNotAccount: 'don\'t have an account?',
570
+ formCreateAccount: 'Create user account',
571
+ formError: 'There was a problem with the entry. Please try another time.',
572
+ formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
573
+ loginForm: true,
574
+ loginGoogleOptions: {
575
+ display: true,
576
+ icon: 'google.svg',
577
+ text: 'Google',
578
+ className: '',
579
+ },
580
+ loginFacebookOptions: {
581
+ display: true,
582
+ }
583
+ }
584
+ }
585
+ },
586
+ FIFA_FOUNDATION: {
587
+ production: {
588
+ lang: 'en',
589
+ title: 'FIFA Foundation',
590
+ titleAnimations: 'FIFA Foundation',
591
+ theme: 'theme-fifa',
592
+ logo: 'logo_fifa.svg',
593
+ favicon: 'fifa.png',
594
+ protocol: 'https://',
595
+ aulaProtocol: 'https://',
596
+ bloquesPath: 'maker',
597
+ educablocksPath: 'api.maker',
598
+ separator: '.',
599
+ aulaSeparator: '.',
600
+ separatorWebSocket: '.',
601
+ cosmosFrontUrl: 'maker.fifafoundation.org',
602
+ cosmosFrontAnimationsUrl: 'animations.fifafoundation.org',
603
+ cosmosBackUrl: 'api.maker.fifafoundation.org',
604
+ baseUrl: 'fifafoundation.org',
605
+ baseLandingUrl: 'https://maker.fifafoundation.org/landing',
606
+ baseBuilderUrl: 'educabot.com',
607
+ baseWebSocketUrl: 'educabot.com',
608
+ baseAulaApiUrl: 'aula.educabot.com',
609
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
610
+ facebookID: '1862379324192902',
611
+ loginOptions: {
612
+ regular: true,
613
+ facebook: true,
614
+ google: true,
615
+ logo: 'logo_fifa.svg',
616
+ footer: '',
617
+ formTitle: 'Login to FIFA Foundation',
618
+ formText: 'Enter email and password to continue',
619
+ formUser: 'e-Mail',
620
+ formPassword: 'Password',
621
+ formForgot: 'Did you forget your password?',
622
+ formEnter: 'Enter',
623
+ formContinue: 'Or continue with',
624
+ formNotAccount: 'don\'t have an account?',
625
+ formCreateAccount: 'Create user account',
626
+ formError: 'There was a problem with the entry. Please try another time.',
627
+ formDisclaimer: 'By cicking "Continue with Google/Facebook" you accept our <a href="https://educabot.com/nosotros/">Terms and Conditions</a> and our <a href="https://educabot.com/nosotros/">Privacy Policy</a>',
628
+ loginForm: true,
629
+ loginGoogleOptions: {
630
+ display: true,
631
+ icon: 'google.svg',
632
+ text: 'Google',
633
+ className: '',
634
+ },
635
+ loginFacebookOptions: {
636
+ display: true,
637
+ }
638
+ }
639
+ }
640
+ },
641
+ CREABOTS: {
642
+ development: {
643
+ lang: 'es',
644
+ title: 'CREABOTS',
645
+ titleAnimations: 'CREABOTS',
646
+ theme: 'theme-labs',
647
+ logo: 'logo_labs.svg',
648
+ favicon: 'labs.png',
649
+ cosmosFrontUrl: 'labs.educabot.com',
650
+ cosmosFrontAnimationsUrl: 'animaciones.labs.educabot.com',
651
+ cosmosBackUrl: 'localhost',
652
+ baseUrl: 'localhost',
653
+ baseLandingUrl: ''
654
+ },
655
+ staging: {
656
+ lang: 'es',
657
+ title: 'CREABOTS',
658
+ titleAnimations: 'CREABOTS',
659
+ theme: 'theme-labs',
660
+ logo: 'logo_labs.svg',
661
+ favicon: 'labs.png',
662
+ protocol: 'https://',
663
+ aulaProtocol: 'https://',
664
+ bloquesPath: 'labs.staging',
665
+ educablocksPath: 'app.staging',
666
+ builderPath: 'builder.staging',
667
+ educablocksWebSocketPath: 'app.staging',
668
+ animacionesPath: 'animations.labs.staging',
669
+ separator: '.',
670
+ aulaSeparator: '.',
671
+ separatorWebSocket: '.',
672
+ cosmosFrontUrl: 'labs.staging.educabot.com',
673
+ cosmosFrontAnimationsUrl: 'animations.labs.staging.educabot.com',
674
+ cosmosBackUrl: 'app.staging.educabot.com',
675
+ baseUrl: 'educabot.com',
676
+ baseLandingUrl: 'https://labs.staging.educabot.com/landing',
677
+ baseBuilderUrl: 'educabot.com',
678
+ baseWebSocketUrl: 'educabot.com',
679
+ baseAulaApiUrl: 'api-staging-aula.educabot.com',
680
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
681
+ facebookID: '1862379324192902'
682
+ },
683
+ production: {
684
+ lang: 'es',
685
+ title: 'CREABOTS',
686
+ titleAnimations: 'CREABOTS',
687
+ theme: 'theme-labs',
688
+ logo: 'logo_labs.svg',
689
+ favicon: 'labs.png',
690
+ protocol: 'https://',
691
+ aulaProtocol: 'https://',
692
+ bloquesPath: 'labs',
693
+ educablocksPath: 'app',
694
+ separator: '.',
695
+ aulaSeparator: '.',
696
+ separatorWebSocket: '.',
697
+ cosmosFrontUrl: 'labs.educabot.com',
698
+ cosmosFrontAnimationsUrl: 'animations.labs.educabot.com',
699
+ cosmosBackUrl: 'app.educabot.com',
700
+ baseUrl: 'educabot.com',
701
+ baseLandingUrl: 'https://labs.educabot.com/landing',
702
+ baseBuilderUrl: 'educabot.com',
703
+ baseWebSocketUrl: 'educabot.com',
704
+ baseAulaApiUrl: 'aula.educabot.com',
705
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
706
+ facebookID: '1862379324192902'
707
+ }
708
+ },
709
+ CREABOTS_LANDING: {
710
+ production: {
711
+ lang: 'es',
712
+ title: 'CREABOTS',
713
+ titleAnimations: 'CREABOTS',
714
+ theme: 'theme-labs',
715
+ logo: 'logo_labs.svg',
716
+ favicon: 'labs.png',
717
+ protocol: 'https://',
718
+ aulaProtocol: 'https://',
719
+ bloquesPath: 'creabots',
720
+ educablocksPath: 'app',
721
+ separator: '.',
722
+ aulaSeparator: '.',
723
+ separatorWebSocket: '.',
724
+ cosmosFrontUrl: 'creabots.educabot.com',
725
+ cosmosFrontAnimationsUrl: 'animations.labs.educabot.com',
726
+ cosmosBackUrl: 'app.educabot.com',
727
+ baseUrl: 'educabot.com',
728
+ baseLandingUrl: 'https://creabots.educabot.com/kits',
729
+ baseBuilderUrl: 'educabot.com',
730
+ baseWebSocketUrl: 'educabot.com',
731
+ baseAulaApiUrl: 'aula.educabot.com',
732
+ googleID: '35003362827-qjctsvcccj7s8cicjjl3otk000vkcqkn.apps.googleusercontent.com',
733
+ facebookID: '1862379324192902'
734
+ }
735
+ },
736
+ };