Browse Source

Merge pull request #132 from jplock/patch-1

Changed port to reflect MySQL -> Postgres change
Luke Cyca 11 years ago
parent
commit
40f8c50239
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/news/templates/var_www_selfoss_config.ini.j2

+ 1
- 1
roles/news/templates/var_www_selfoss_config.ini.j2 View File

@@ -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…
Cancel
Save