소스 검색

Make matrix-reminder-bot default to in-container networking

pull/601/head
Slavi Pantaleev 5 년 전
부모
커밋
31b79553e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-bot-matrix-reminder-bot/defaults/main.yml

+ 1
- 1
roles/matrix-bot-matrix-reminder-bot/defaults/main.yml 파일 보기

@@ -30,7 +30,7 @@ matrix_bot_matrix_reminder_bot_matrix_user_id: '@{{ matrix_bot_matrix_reminder_b
# The password that the bot uses to authenticate.
matrix_bot_matrix_reminder_bot_matrix_user_password: ''

matrix_bot_matrix_reminder_bot_matrix_homeserver_url: '{{ matrix_homeserver_url }}'
matrix_bot_matrix_reminder_bot_matrix_homeserver_url: 'http://matrix-synapse:8008'

# The timezone to use when creating reminders.
# Examples: 'Europe/London', 'Etc/UTC'


불러오는 중...
취소
저장