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 586bdba commit c2140daCopy full SHA for c2140da
1 file changed
PortaCapena.OdooJsonRpcClient.Shared/TestBase.cs
@@ -5,8 +5,8 @@ namespace PortaCapena.OdooJsonRpcClient.Shared
5
public class TestBase
6
{
7
protected static readonly OdooConfig Config = new OdooConfig(
8
- apiUrl: "https://lipa-fenix-staging5-2434654.dev.odoo.com",
9
- dbName: "lipa-fenix-staging5-2434654",
+ apiUrl: "https://dbName.dev.odoo.com",
+ dbName: "dbName",
10
userName: "admin",
11
password: "admin"
12
);
0 commit comments