We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23326a6 commit f2d2fdbCopy full SHA for f2d2fdb
src/DotnetSpider.Tests/MySqlQueueSchedulerTests.cs
@@ -21,8 +21,13 @@ public Opt()
21
{
22
Value = new MySqlSchedulerOptions
23
24
+#if DEBUG
25
ConnectionString =
26
"Database='test';Data Source=localhost;password=1qazZAQ!;User ID=root;Port=3306;SslMode=None;Allow User Variables=True;AllowPublicKeyRetrieval=True"
27
+#else
28
+ ConnectionString =
29
+ "Database='mysql';Data Source=localhost;password=1qazZAQ!;User ID=root;Port=3306;SslMode=None;Allow User Variables=True;AllowPublicKeyRetrieval=True"
30
+#endif
31
};
32
}
33
0 commit comments