fix: graph urls

update: yapb.cfg with latest cvars
This commit is contained in:
dmitry 2022-01-04 00:10:36 +03:00
commit 80890c25e1
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
18 changed files with 126 additions and 62 deletions

View file

@ -33,7 +33,7 @@ public:
StringRef author { "YaPB Project" };
StringRef email { "yapb@jeefo.net" };
StringRef url { "https://yapb.jeefo.net/" };
StringRef download { "graph.yapb.ru" };
StringRef download { "yapb.jeefo.net" };
StringRef folder { "yapb" };
StringRef logtag { "YB" };
StringRef dtime { __DATE__ " " __TIME__ };