このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
overmind
/
matrix-docker-ansible-deploy
ミラー元
https://github.com/spantaleev/matrix-docker-ansible-deploy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
fix redis config if no password is set
pull/642/head
Max Klenk
5年前
親
4fdfc0a34f
コミット
880025324a
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
26EFB2972F02F380
1個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+2
-0
roles/matrix-redis/templates/redis.conf.j2
+ 2
- 0
roles/matrix-redis/templates/redis.conf.j2
ファイルの表示
@@ -1,2 +1,4 @@
#jinja2: lstrip_blocks: "True"
{% if matrix_redis_connection_password %}
requirepass {{ matrix_redis_connection_password }}
{% endif %}
書き込み
プレビュー
読み込み中…
キャンセル
保存