mirror of https://github.com/apache/druid.git
Fix DRUID_CONFIG to DRUID_CONFIG_COMMON (#9193)
This commit is contained in:
parent
19b427e8f3
commit
20eb201d00
|
@ -35,7 +35,7 @@
|
|||
# - DRUID_NEWSIZE -- set Java new size
|
||||
# - DRUID_MAXDIRECTMEMORYSIZE -- set Java max direct memory size
|
||||
#
|
||||
# - DRUID_CONFIG -- full path to a file for druid 'common' properties
|
||||
# - DRUID_CONFIG_COMMON -- full path to a file for druid 'common' properties
|
||||
# - DRUID_CONFIG_${service} -- full path to a file for druid 'service' properties
|
||||
|
||||
set -e
|
||||
|
|
Loading…
Reference in New Issue