ATLAS-3422: fixed Atlas startup failure due to recently added configurations storage.username and storage.password - #2
This commit is contained in:
parent
e156bb5675
commit
2949b11627
|
|
@ -35,9 +35,9 @@
|
|||
# See the configuration documentation for more information about configuring the various storage backends.
|
||||
#
|
||||
atlas.graph.storage.backend=${graph.storage.backend}
|
||||
atlas.graph.storage.username=
|
||||
atlas.graph.storage.password=
|
||||
atlas.graph.storage.hbase.table=apache_atlas_janus
|
||||
# atlas.graph.storage.username=
|
||||
# atlas.graph.storage.password=
|
||||
|
||||
${graph.storage.properties}
|
||||
|
||||
|
|
@ -277,4 +277,4 @@ atlas.search.gremlin.enable=false
|
|||
|
||||
######### UI Configuration ########
|
||||
|
||||
#atlas.ui.default.version=v2
|
||||
#atlas.ui.default.version=v2
|
||||
|
|
|
|||
Loading…
Reference in New Issue