소스 검색
Clarify what the PG-prefixed variables are for
pull/3473/head
Slavi Pantaleev
2 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
2개의 추가작업 그리고
0개의 파일을 삭제
-
roles/custom/matrix-synapse-auto-compressor/templates/env.j2
|
|
|
@@ -1,4 +1,6 @@ |
|
|
|
POSTGRES_LOCATION={{ matrix_synapse_auto_compressor_environment_variable_postgres_location }} |
|
|
|
|
|
|
|
# PG-prefixed variables below are for the matrix-synapse-auto-compressor-fix.sh script |
|
|
|
PGHOST={{ matrix_synapse_auto_compressor_database_hostname }} |
|
|
|
PGDATABASE={{ matrix_synapse_auto_compressor_database_name }} |
|
|
|
PGUSER={{ matrix_synapse_auto_compressor_database_username }} |
|
|
|
|