You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
686 B
16 lines
686 B
9 months ago
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
|
||
|
</startup>
|
||
|
|
||
|
<connectionStrings>
|
||
|
|
||
|
<!-- 正式线上数据库连接 -->
|
||
|
<add name="MySqlConnString" connectionString="server=172.28.70.132;port=6033;user=smartcamp;password=C@mp_Smart#2022; database=smartcamp;SslMode=None;Allow User Variables=True;Charset=utf8;" />
|
||
|
|
||
|
<!-- 代码服务器测试库 -->
|
||
|
<!--<add name="MySqlConnString" connectionString="server=47.92.168.204;port=3547;user=root;password=KeNing_P@ssw0rd!; database=smartcamp;SslMode=None;Allow User Variables=True;Charset=utf8;" />-->
|
||
|
|
||
|
</connectionStrings>
|
||
|
</configuration>
|