Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions cms-core/configs/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
server:
port: 8080
ip: "127.0.0.1"
env: dev
test: only in yaml
ipc:
port: 6868
password: test_pwd
apm:
enabled: false
max_requests: 100
thread_limit: 10
# experimental settings
performance:
pool_enabled: false
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ private static TaxonomyConfiguration taxonomyConfiguration(EventBus eventBus, Pa
.addSource(TomlConfigSource.build(hostBase.resolve("config/taxonomy.toml")))
.build();
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,4 @@ public SimpleConfiguration build () {
return new SimpleConfiguration(this);
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,4 @@ public Map<String, Object> toMap() {
}
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ public static class Server {
private int port;
private String ip;
}
}
}
1 change: 1 addition & 0 deletions test-server/hosts/demo/site-dev.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hostname = [ "localhost5" ]