Skip to content
Snippets Groups Projects
Commit 016f2601 authored by Mohammad Torkashvand's avatar Mohammad Torkashvand
Browse files

resolve review notes

parent 5a54361a
No related branches found
No related tags found
No related merge requests found
Pipeline #85507 passed
This commit is part of merge request !149. Comments created here will be created in the context of that merge request.
......@@ -75,7 +75,7 @@
"result_expires": 3600
},
"THIRD_PARTY_API_KEYS": {
"Ansible Dynamic Inventory Generator": "REALLY_random_AND_secure_T0keN",
"Application 2": "another_REALY_random_AND_3cure_T0keN"
"AnsibleDynamicInventoryGenerator": "REALLY_random_AND_secure_T0keN",
"Application_2": "another_REALY_random_AND_3cure_T0keN"
}
}
......@@ -205,8 +205,8 @@ def configuration_data() -> dict:
"result_expires": 3600,
},
"THIRD_PARTY_API_KEYS": {
"Ansible Dynamic Inventory Generator": "REALY_random_AND_3cure_T0keN",
"Application 2": "another_REALY_random_AND_3cure_T0keN",
"AnsibleDynamicInventoryGenerator": "REALY_random_AND_3cure_T0keN",
"Application_2": "another_REALY_random_AND_3cure_T0keN",
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment