Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- development:
- <<: *default
- database: teplostroy
- # The specified database role being used to connect to postgres.
- # To create additional roles in postgres see `$ createuser --help`.
- # When left blank, postgres will use the default role. This is
- # the same name as the operating system user that initialized the database.
- #username: useruser
- # The password associated with the postgres role (username).
- #password: password12345
- # Connect on a TCP socket. Omitted by default since the client uses a
- # domain socket that doesn't need configuration. Windows does not have
- # domain sockets, so uncomment these lines.
- #host: localhost
- # The TCP port the server listens on. Defaults to 5432.
- # If your server runs on a different port number, change accordingly.
- #port: 5432
- # Schema search path. The server defaults to $user,public
- #schema_search_path: myapp,sharedapp,public
- # Minimum log levels, in increasing order:
- # debug5, debug4, debug3, debug2, debug1,
- # log, notice, warning, error, fatal, and panic
- # Defaults to warning.
- #min_messages: notice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement