Skip to content

Commit

Permalink
Merge pull request #197 from ShaoLongFei/master
Browse files Browse the repository at this point in the history
Delete upload token and domain
  • Loading branch information
BoleLiu authored May 31, 2021
2 parents 170d66b + 07d6890 commit 1eaef83
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import java.io.File;

public class Config {
public static final String TOKEN = "QxZugR8TAhI38AiJ_cptTl3RbzLyca3t-AAiH-Hh:3hK7jJJQKwmemseSwQ1duO5AXOw=:eyJzY29wZSI6InNhdmUtc2hvcnQtdmlkZW8tZnJvbS1kZW1vIiwiZGVhZGxpbmUiOjM1NTk2OTU4NzYsInVwaG9zdHMiOlsiaHR0cDovL3VwLXoyLnFpbml1LmNvbSIsImh0dHA6Ly91cGxvYWQtejIucWluaXUuY29tIiwiLUggdXAtejIucWluaXUuY29tIGh0dHA6Ly8xNC4xNTIuMzcuNCJdfQ==";
public static final String AK = "MqF35-H32j1PH8igh-am7aEkduP511g-5-F7j47Z";
public static final String DOMAIN = "panm32w98.bkt.clouddn.com";
// 如何生成 TOKEN:https://developer.qiniu.com/kodo/1208/upload-token
public static final String TOKEN = "请自行替换您的 token";
public static final String DOMAIN = "请自行替换您的域名";

public static String VIDEO_STORAGE_DIR;
public static String RECORD_FILE_PATH;
Expand Down

0 comments on commit 1eaef83

Please sign in to comment.