add json file for environment definition
This commit is contained in:
+4
-1
@@ -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/**/*
|
||||
autogen/**/*
|
||||
|
||||
*.temp
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user