Ignore:
Timestamp:
07/05/12 11:55:47 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Apache DB proxy setup included.

Location:
Dev/branches/rest-dojo-ui/client/config
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/config

    • Property svn:ignore set to
      .htaccess.swp
      .index.html.swp
  • Dev/branches/rest-dojo-ui/client/config/index.html

    r328 r351  
    1717        <h1>Configure CouchDB</h1>
    1818        <div>
    19             <label for="url">CouchDB URL</label><input type="text" id="url" data-dojo-type="dijit.form.TextBox"/><br/>
     19            <label for="url">CouchDB URL</label><input type="text" id="url" value="http://localhost:5984/" data-dojo-type="dijit.form.TextBox"/><br/>
    2020            <label for="username">Admin username</label><input type="text" id="username" data-dojo-type="dijit.form.TextBox"/><br/>
    2121            <label for="password">Admin password</label><input type="password" id="password" data-dojo-type="dijit.form.TextBox"/><br/>
Note: See TracChangeset for help on using the changeset viewer.