diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
commit | 896fa7c96856142f844d958b049d5432f511641c (patch) | |
tree | d8bbbe327939ade9bd13276c6b4c6105adf95323 /_site/includes/admin | |
parent | 7df2fb3f5ee0ac5bd89e127c86ad0c2d6de126d1 (diff) | |
download | unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.gz unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.bz2 unchainedtech-896fa7c96856142f844d958b049d5432f511641c.zip |
v2.0
Diffstat (limited to '_site/includes/admin')
-rw-r--r-- | _site/includes/admin/authorized.json | 6 | ||||
-rw-r--r-- | _site/includes/admin/credentials.default.json | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/_site/includes/admin/authorized.json b/_site/includes/admin/authorized.json index 72784f0..e01b4d3 100644 --- a/_site/includes/admin/authorized.json +++ b/_site/includes/admin/authorized.json @@ -1,4 +1,4 @@ -[ - "antoine62", - "Minteck" +[
+ "antoine62",
+ "Minteck"
]
\ No newline at end of file diff --git a/_site/includes/admin/credentials.default.json b/_site/includes/admin/credentials.default.json index 83b9e5b..67d1959 100644 --- a/_site/includes/admin/credentials.default.json +++ b/_site/includes/admin/credentials.default.json @@ -1,5 +1,5 @@ -{ - "id": "your client id", - "secret": "your client secret", - "token": "the personnal access token of a user that has access to the repository" +{
+ "id": "your client id",
+ "secret": "your client secret",
+ "token": "the personal access token of a user that has access to the repository"
}
\ No newline at end of file |