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 4bde459 commit 6d44739Copy full SHA for 6d44739
CSharp-OpenBMCLAPI/Modules/Config.cs
@@ -76,7 +76,7 @@ public Config()
76
77
this.refreshTokenTime = 1800000;
78
this.clusterWorkingDirectory = "./";
79
- this.clusterWorkingDirectory = "./";
+ this.clusterFileDirectory = "./";
80
this.clusterVersion = "1.10.8";
81
82
this.HOST = "";
docker-compose.yml
@@ -2,5 +2,7 @@ services:
2
csharp-openbmclapi:
3
image: csharp-openbmclapi
4
container_name: csharp-openbmclapi
5
+ ports:
6
+ - 4000:4000
7
volumes:
8
- ./working:/app
0 commit comments