Skip to content

Commit

Permalink
Update activitypub.extend.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gnh1201 authored Aug 8, 2023
1 parent 8f5aed8 commit 5b0f184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend/activitypub.extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
// * https://socialhub.activitypub.rocks/t/problems-posting-to-mastodon-inbox/801/10

define("ACTIVITYPUB_INSTANCE_ID", md5_file(G5_DATA_PATH . "/dbconfig.php"));
define("ACTIVITYPUB_INSTANCE_VERSION", "0.1.18-dev");
define("ACTIVITYPUB_INSTANCE_VERSION", "0.1.18");
define("ACTIVITYPUB_DEFAULT_SCHEME", "https"); // 외부 통신용 스킴 (SSL 사용이 기본)
define("ACTIVITYPUB_INSECURE_SCHEME", "http"); // 그누보드5 ActivityPub 통신용 스킴 (SSL 사용을 하지 않을 수도 있음을 고려)
define("ACTIVITYPUB_HOST", (empty(G5_DOMAIN) ? $_SERVER['HTTP_HOST'] : G5_DOMAIN));
Expand Down

0 comments on commit 5b0f184

Please sign in to comment.