-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
couchdb2.ini 485 B
# ======================================================================
#
# LOCAL COUCHDB SERVER
#
# ======================================================================
[detect]
tcp-port = 5984
tcp-target = localhost
tcp-process = 'beam.smp'
[set]
su = ''
dbuser = 'admin'
dbpassword = 'HereIsMyAdminPassword'
params = ''
env = 'export COUCH_URL=http://{dbuser}:{dbpassword}@{tcp-target}:{tcp-port}/'
# ----------------------------------------------------------------------