We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5becb1a commit b414bf5Copy full SHA for b414bf5
config/database.yml
@@ -23,8 +23,8 @@ development:
23
# Connect on a TCP socket. Omitted by default since the client uses a
24
# domain socket that doesn't need configuration. Windows does not have
25
# domain sockets, so uncomment these lines.
26
- host: localhost
27
- port: 5432
+ #host: localhost
+ #port: 5432
28
29
# Schema search path. The server defaults to $user,public
30
#schema_search_path: myapp,sharedapp,public
@@ -51,5 +51,5 @@ production:
51
encoding: unicode
52
database: rails_new_lab_production
53
pool: 5
54
- username: postgres
55
- password: postgres
+ username: ighqyzakciopgw
+ password: ZNzWpb193AuNUhIBsSFzFdLZTU
0 commit comments