refactor names inside main.ts

This commit is contained in:
Amaury 2021-07-28 14:20:32 +02:00
parent b9d99891db
commit 6407c1b072

View File

@ -38,7 +38,7 @@ async function register({
myManager = new ListenerRssAggregator(configAggregator);
peertube = new PeerTubeRequester({
domain_name: "http://localhost:9000",
domainName: "http://localhost:9000",
username: "root",
password: "test",
});