This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"autoLoadAllArticles": false, | |
"loadByBatchEnabled": false, | |
"batchSize": 200, | |
"globalSettingsEnabled": true, | |
"subscriptions": { | |
"---global settings---": { | |
"filteringEnabled": true, | |
"restrictingEnabled": false, | |
"sortingEnabled": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"solve": "work through", | |
"like": "a fan of/be into", | |
"talk about": "talk through", | |
"contact": "get hold of", | |
"finally": "end up doing", | |
"exercise": "work out", | |
"discuss": "go through/over", | |
"read": "go through/over", | |
"refuse": "turn down", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<auth-config> | |
<!--com.nexttrucking.wiztruck.web.rest.AccountResource Start--> | |
<api-auth value="/api/register/trucker" method="POST"> | |
<authority>ROLE_SUPER_ADMIN222</authority> | |
<authority>ROLE_ADMIN222</authority> | |
<authority>ROLE_DATAM</authority> | |
<authority>ROLE_IM_CS</authority> | |
<authority>ROLE_FINANCE</authority> |