Skip to content
Snippets Groups Projects
Commit 950c33c9 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

remove unused files/data

parent a0407e0f
No related branches found
No related tags found
No related merge requests found
{
"info": {
"_postman_id": "146d579a-945d-42d9-a914-7ed19084256b",
"name": "Compendium-V2",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "reporting",
"item": [
{
"name": "get-budget-data",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{API_URL}}/things",
"host": [
"{{API_URL}}"
],
"path": [
"things"
]
}
},
"response": []
}
]
},
{
"name": "DEV-version",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{DEV_URL}}/version",
"host": [
"{{DEV_URL}}"
],
"path": [
"version"
]
}
},
"response": []
},
{
"name": "TEST-version",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{TEST_URL}}/version",
"host": [
"{{TEST_URL}}"
],
"path": [
"version"
]
}
},
"response": []
},
{
"name": "UAT-version",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "{{UAT_URL}}/version",
"host": [
"{{UAT_URL}}"
],
"path": [
"version"
]
}
},
"response": []
}
],
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"exec": [
""
]
}
}
],
"variable": [
{
"key": "DEV_URL",
"value": "http://127.0.0.1:5000",
"type": "default"
},
{
"key": "TEST_URL",
"value": "https://test-compendium01.geant.org",
"type": "default"
},
{
"key": "API_BASE_URL",
"value": "{{TEST_URL}}/api/",
"type": "default"
},
{
"key": "UAT_URL",
"value": "https://uat-compendium01.geant.org",
"type": "default"
}
]
}
\ No newline at end of file
recursive-include compendium_v2/static * recursive-include compendium_v2/static *
include compendium_v2/datasources/dummy-service-matrix.json *
include compendium_v2/templates/index.html * include compendium_v2/templates/index.html *
recursive-include compendium_v2/migrations/versions * recursive-include compendium_v2/migrations/versions *
recursive-include compendium_v2/background_task/xlsx * recursive-include compendium_v2/background_task/xlsx *
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment