Sha256: 2a3ec23ea51b05c5e4abc6f540fd47c6bc599e566a61703ebc2e0965488d8d4f

Contents?: true

Size: 858 Bytes

Versions: 24

Compression:

Stored size: 858 Bytes

Contents

# PCP Client Authentication Configuration File
# ============================================
#
# This file contains user ID and his password for pgpool
# communication manager authentication.
#
# Note that users defined here do not need to be PostgreSQL
# users. These users are authorized ONLY for pgpool 
# communication manager.
#
# File Format
# ===========
#
# List one UserID and password on a single line. They must
# be concatenated together using ':' (colon) between them.
# No spaces or tabs are allowed anywhere in the line.
#
# Example:
# postgres:e8a48653851e28c69d0506508fb27fc5
#
# Be aware that there will be no spaces or tabs at the
# beginning of the line! although the above example looks
# like so.
#
# Lines beginning with '#' (pound) are comments and will
# be ignored. Again, no spaces or tabs allowed before '#'.

# USERID:MD5PASSWD

Version data entries

24 entries across 12 versions & 1 rubygems

Version Path
prestogres-0.2.0 pgpool2/pcp.conf.sample
prestogres-0.2.0 config/pcp.conf.sample
prestogres-0.1.0 config/pcp.conf.sample
prestogres-0.1.0 pgpool2/pcp.conf.sample