Commit 157ecd6e authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Extended template, set useRoles to true

1 merge request!5(chore) Default video values and feature flags
......@@ -607,6 +607,7 @@ data:
'cassandra-notifications' => {{ .Values.features.cassandra_notifications }},
'allow-comments-toggle' => {{ .Values.features.allow_comments_toggle }},
'permissions' => {{ .Values.features.permissions }},
'wire-multi-currency' => {{ .Values.features.wire_multi_currency }},
]);
$CONFIG->max_video_length = {{ .Values.max_video_length }};
......
......@@ -183,7 +183,7 @@ queueExchange: 'minds'
storageEngine: 'S3'
aws:
useRoles: false
useRoles: true
account_id: '324044571751'
region: 'us-east-1'
bucket: 'minds-sandbox'
......@@ -239,7 +239,7 @@ blockchain:
# or quoted strings
# '"canary"' | '"admin"'
features:
allow_comments_toggle: true
allow_comments_toggle: false
blockchain_creditcard: false
dark_mode: true
cassandra_notifications: true
......@@ -248,6 +248,8 @@ features:
permissions: false
suggested_users: false
top_feeds: true
wire_multi_currency: false
# Bytes
max_video_file_size: '4294967296'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment