File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 44 <add key =" UseDocker" value =" true" />
55 <add key =" SQLServerConnection" value =" Data Source=(local);Initial Catalog=master;User Id=SA;Password=__DB_PASSWORD__;Encrypt=False;" />
66 <add key =" MySQLConnection" value =" server=localhost;database=mysql;uid=root;pwd=__DB_PASSWORD__;" />
7- <add key =" OracleConnection" value =" Data Source = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SID = XE))); User Id = sys;Password=__DB_PASSWORD__;" />
7+ <add key =" OracleConnection" value =" Data Source = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SID = XE))); User Id = sys;Password=__DB_PASSWORD__;DBA Privilege=SYSDBA " />
88 </appSettings >
99</configuration >
You can’t perform that action at this time.
0 commit comments