Sha256: 45f32b7b77f89d0340256a3ffe88e6d943d85bb5b678989ea173ed70528e57e9
Contents?: true
Size: 749 Bytes
Versions: 1
Compression:
Stored size: 749 Bytes
Contents
preface: PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. env: base: db_vendor: value: postgresql db_pkg: value: postgresql-dev db_volume: value: /var/lib/postgresql/data db_image: value: postgres db_gem: value: pg POSTGRES_NAME: name: Database name value: ${DATABASE_NAME} POSTGRES_PASSWORD: name: Database password value: ${DATABASE_PASSWORD} POSTGRES_USERNAME: name: Database username value: ${DATABASE_USERNAME} POSTGRES_HOST: name: Database host value: ${DATABASE_HOST}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.33 | lib/roro/stacks/unstoppable_developer_styles/okonomi/languages/ruby/frameworks/rails/databases/postgres/postgres.yml |