Skip to content

Commit

Permalink
Fix docker build (#2665)
Browse files Browse the repository at this point in the history
* Fix docker/start-cadence.sh permission
* Fix docker config template Cassandra visibility default keyspace
  • Loading branch information
wxing1292 authored and Wenquan Xing committed Oct 14, 2019
1 parent 5fd7417 commit e4a963d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ persistence:
visibility:
cassandra:
hosts: {{ default .Env.CASSANDRA_SEEDS "" }}
keyspace: {{ default .Env.VISIBILITY_KEYSPACE "cadence" }}
keyspace: {{ default .Env.VISIBILITY_KEYSPACE "cadence_visibility" }}
consistency: {{ default .Env.CASSANDRA_CONSISTENCY "One" }}
{{- else if eq $db "mysql" }}
default:
Expand Down
Empty file modified docker/start-cadence.sh
100644 → 100755
Empty file.

0 comments on commit e4a963d

Please sign in to comment.