Skip to content

Commit a104b2b

Browse files
committed
アクセストークンの警告コメントついかー
1 parent 637fe38 commit a104b2b

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/com/github/elic0de/thejpspit/spigot/config

1 file changed

+2
-0
lines changed

src/main/java/com/github/elic0de/thejpspit/spigot/config/Settings.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
package com.github.elic0de.thejpspit.spigot.config;
22

3+
import net.william278.annotaml.YamlComment;
34
import net.william278.annotaml.YamlFile;
45
import net.william278.annotaml.YamlKey;
56

67
@YamlFile()
78
public class Settings {
89

910
@YamlKey("github_token")
11+
@YamlComment("アクセストークンが漏洩すると、被害が広範囲に及ぶことになりますので公開しないでください")
1012
private String githubToken = "";
1113

1214
public String getGithubToken() {

0 commit comments

Comments
 (0)