소스 검색

Changed port to reflect MySQL -> Postgres change

Updated the default port to reflect MySQL to Postgres change (port 3306 to 5432)
Justin Plock 11 년 전
부모
커밋
75ce61f993
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      roles/news/templates/var_www_selfoss_config.ini.j2

+ 1
- 1
roles/news/templates/var_www_selfoss_config.ini.j2 파일 보기

@@ -4,7 +4,7 @@ db_type=pgsql
4 4
 db_database={{selfoss_db_database}}
5 5
 db_username={{selfoss_db_username}}
6 6
 db_password={{selfoss_db_password}}
7
-db_port=3306
7
+db_port=5432
8 8
 db_prefix=
9 9
 logger_level=DEBUG
10 10
 items_perpage=50

Loading…
취소
저장