<username> tag

Description

The username tag defines the username for the ColdFusion datasource defined in the dsn tag.  This is useful in situations where the username and password for a ColdFusion datasource are required.

 

This tag is not required.

Attributes

Attribute

Required

Description

value

Yes

Defines the username for the datasource that Reactor will use

Child Tags

None

Example

<reactor>
 <config>
   <project value="Scratch" />
   <dsn value="scratch" />
   <type value="mssql" />
   <mapping value="/reactorData" />
   <mode value="always" />
   <username value="dhughes" />
   <password value="example" />
 </config>
</reactor>