Advertisement
jarocki_art

Untitled

Sep 14th, 2019
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.10 KB | None | 0 0
  1. development:
  2.   <<: *default
  3.   database: teplostroy
  4.  
  5.   # The specified database role being used to connect to postgres.
  6.   # To create additional roles in postgres see `$ createuser --help`.
  7.   # When left blank, postgres will use the default role. This is
  8.   # the same name as the operating system user that initialized the database.
  9.   #username: useruser
  10.  
  11.   # The password associated with the postgres role (username).
  12.   #password: password12345
  13.  
  14.   # Connect on a TCP socket. Omitted by default since the client uses a
  15.   # domain socket that doesn't need configuration. Windows does not have
  16.   # domain sockets, so uncomment these lines.
  17.   #host: localhost
  18.  
  19.   # The TCP port the server listens on. Defaults to 5432.
  20.   # If your server runs on a different port number, change accordingly.
  21.   #port: 5432
  22.  
  23.   # Schema search path. The server defaults to $user,public
  24.   #schema_search_path: myapp,sharedapp,public
  25.  
  26.   # Minimum log levels, in increasing order:
  27.   #   debug5, debug4, debug3, debug2, debug1,
  28.   #   log, notice, warning, error, fatal, and panic
  29.   # Defaults to warning.
  30.   #min_messages: notice
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement