Skip to content

Commit ed21755

Browse files
Update PostgreSQL authentication method instructions in baseline.md
1 parent 0f7fe7a commit ed21755

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/ruby-on-rails

content/learning-paths/servers-and-cloud-computing/ruby-on-rails/baseline.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ By default, PostgreSQL on many Linux distributions (including SUSE) uses the ide
119119

120120
To allow Rails to connect using a username and password, change the authentication method in PostgreSQL’s configuration file `pg_hba.conf` from ident to md5.
121121

122-
Open your configuration file
123122
```console
124123
sudo vi /var/lib/pgsql/data/pg_hba.conf
125124
```

0 commit comments

Comments
 (0)