Removed unused environmental variable.
This commit is contained in:
parent
5a8f645787
commit
ccc01978ea
4
env.json
4
env.json
|
@ -6,10 +6,6 @@
|
||||||
"options": ["development", "testing", "staging", "production"]
|
"options": ["development", "testing", "staging", "production"]
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
"LOGDNA_APP_NAME": {
|
|
||||||
"required": false,
|
|
||||||
"description": "The application name."
|
|
||||||
},
|
|
||||||
"LOGDNA_API_KEY": {
|
"LOGDNA_API_KEY": {
|
||||||
"required": false,
|
"required": false,
|
||||||
"description": "If set, enables application logging to the LogDNA logger service."
|
"description": "If set, enables application logging to the LogDNA logger service."
|
||||||
|
|
Loading…
Reference in New Issue