mirror of
https://github.com/simtactics/niotso.git
synced 2025-10-17 05:03:31 -04:00
work in progress, cleaned up the directories and split them up into folder which make more sense, Still need to compile libvitaboy and all the tools
This commit is contained in:
parent
66ce473514
commit
948bd8474c
1786 changed files with 571812 additions and 15332 deletions
17
deps/libpq/pg_service.conf.sample
vendored
Normal file
17
deps/libpq/pg_service.conf.sample
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# Connection configuration file
|
||||
#
|
||||
# A service is a set of named connection parameters. You may specify
|
||||
# multiple services in this file. Each starts with a service name in
|
||||
# brackets. Subsequent lines have connection configuration parameters of
|
||||
# the pattern "param=value" or LDAP URLs starting with "ldap://"
|
||||
# to look up such parameters. A sample configuration for postgres is
|
||||
# included in this file. Lines beginning with '#' are comments.
|
||||
#
|
||||
# Copy this to your sysconf directory (typically /usr/local/pgsql/etc) and
|
||||
# rename it pg_service.conf.
|
||||
#
|
||||
#
|
||||
#[postgres]
|
||||
#dbname=postgres
|
||||
#user=postgres
|
Loading…
Add table
Add a link
Reference in a new issue