Changeset 1452

Show
Ignore:
Timestamp:
04/03/08 17:20:18 (5 months ago)
Author:
kindlund
Message:

Testing initial DB interactions.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-simpler_agent/etc/honeyclient.xml

    r1450 r1452  
    198198        <Database> 
    199199            <enable description="Enables database operations. 1 enables, 0 disables." default="1"> 
    200                 0 
     200                1 
    201201            </enable> 
    202202            <!-- TODO: Update this. --> 
    203203            <url description="The URL of the local Ruby web service, which interfaces with the local HoneyClient database."> 
    204                 http://172.16.164.1/hc_database/api 
     204                http://172.16.164.1:3050/hc_database/api 
    205205            </url> 
    206206        </Database>