瀏覽代碼

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…
取消
儲存