Browse Source

conf

master
Nemesis 6 years ago
parent
commit
f5b429bf9f
  1. 31
      config/database.yml
  2. 31
      config/pg_database.yml
  3. 31
      config/sq3_database.yml

31
config/database.yml

@ -1,31 +0,0 @@
development:
adapter: postgresql
encoding: unicode
database: ito_dev
pool: 5
username: ito_dev
password:
# 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: 127.0.0.1
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
# The server defaults to notice.
#min_messages: warning
production:
adapter: postgresql
encoding: unicode
database: ito
pool: 5
username: ito
password:

31
config/pg_database.yml

@ -1,31 +0,0 @@
development:
adapter: postgresql
encoding: unicode
database: ito_dev
pool: 5
username: ito_dev
password:
# 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: 127.0.0.1
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
# The server defaults to notice.
#min_messages: warning
production:
adapter: postgresql
encoding: unicode
database: ito
pool: 5
username: ito
password:

31
config/sq3_database.yml

@ -1,31 +0,0 @@
development:
adapter: sqlite3
encoding: unicode
database: ito_dev
pool: 5
username: ito_dev
password: ito_dev@42
# 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: 192.168.0.13
#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
# The server defaults to notice.
#min_messages: warning
production:
adapter: sqlite3
encoding: unicode
database: ito
pool: 5
username: ito
password: ito@42
Loading…
Cancel
Save