File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 1717
1818``` js
1919await Exceptionless .startup (c => {
20- c .useDebugLogger ();
21- c .services .log = new TextAreaLogger (" logs" , c .services .log );
22-
2320 c .apiKey = " LhhP1C9gijpSKCslHHCvwdSIz298twx271n1l6xw" ;
2421 c .serverUrl = " http://localhost:5000" ;
25- c .updateSettingsWhenIdleInterval = 15000 ;
26- c .usePersistedQueueStorage = true ;
2722 c .setUserIdentity (" 12345678" , " Blake" );
2823 c .useSessions ();
29-
30- // set some default data
31- c .defaultData [" SampleUser" ] = {
32- id: 1 ,
33- name: " Blake" ,
34- password: " 123456" ,
35- passwordResetToken: " a reset token" ,
36- myPasswordValue: " 123456" ,
37- myPassword: " 123456" ,
38- customValue: " Password" ,
39- value: {
40- Password: " 123456"
41- }
42- };
43-
4424 c .defaultTags .push (" Example" , " JavaScript" );
45- c .settings [" @@error:MediaError" ] = " Off"
4625});
4726```
You can’t perform that action at this time.
0 commit comments