Skip to content
Snippets Groups Projects
Commit 72ce52c6 authored by Matthieu Benoist's avatar Matthieu Benoist
Browse files

Add config to gitignore

parent 2eacdafd
No related branches found
No related tags found
1 merge request!23Major angular update and bug fixes
...@@ -34,3 +34,4 @@ testem.log ...@@ -34,3 +34,4 @@ testem.log
# System Files # System Files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
src/assets/config/config.json
{
"organizations": {
"url": "api/organizations/organizations/"
},
"resources": {
"url": "api/resources/"
},
"mediaLibrary": {
"url": "api/media-library/"
},
"authentication": {
"url": "api/authentication/"
},
"middlewareLegacyAuth": {
"url": "api/middleware-legacy/"
},
"restHeartAggregations": {
"url": "api/indexer-logs/indexerdb/"
},
"changelog": {
"url": "api/changelog/"
},
"credits": {
"url": "api/credits/credits/"
},
"reuses": {
"url": "api/reuses/"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment