diff --git a/.gitignore b/.gitignore index 6e6e8c9..61dbd68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Secrets .env* !.env.template +env.json # Dependencies node_modules @@ -10,4 +11,6 @@ node_modules Thumbs.db # Automatically generated stuff -autogen/**/* \ No newline at end of file +autogen/**/* + +*.temp \ No newline at end of file diff --git a/env.json.template b/env.json.template new file mode 100644 index 0000000..bbf32c2 --- /dev/null +++ b/env.json.template @@ -0,0 +1,31 @@ +{ + "API": { + "elixForms API v2": { + "elixFormsWsAuthenticationToken": null, + "elixFormsApiPassword": null, + "elixFormsApiUsername": null + }, + "ESSE3 Anagrafica API": { + "esse3apiUsername": null, + "esse3apiPassword": null + }, + "ESSE3 Common Auth API": { + "esse3apiUsername": null, + "esse3apiPassword": null + }, + "IDEM WebServices": { + "IdemApiPassword_Test": null, + "IdemApiPassword_Prod": null, + "IdemApiKey_Prod": null, + "IdemApiKey_Test": null + }, + "IRIS GW (Gateway) REST API (v1)": { + "IrisApiPassword": null, + "IrisApiUsername": null + }, + "Scopus": { + "ScopusApiKey1": null, + "ScopusApiKey2": null + } + } +} \ No newline at end of file