This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 4dd7b15 chore: remove whitespace before commas (#1520)
4dd7b15 is described below
commit 4dd7b15bd85c2b2b89b53a60ea7ff8f09f45cf8b
Author: John Bampton <[email protected]>
AuthorDate: Fri Feb 26 23:43:54 2021 +1000
chore: remove whitespace before commas (#1520)
---
api/conf/conf.yaml | 2 +-
api/test/docker/manager-api-conf.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/conf/conf.yaml b/api/conf/conf.yaml
index a595de1..212f1e5 100644
--- a/api/conf/conf.yaml
+++ b/api/conf/conf.yaml
@@ -48,7 +48,7 @@ authentication:
secret:
secret # secret for jwt token generation.
# NOTE: Highly recommended to modify this value to
protect `manager api`.
- # if it's default value, when `manager api` start , it
will generate a random string to replace it.
+ # if it's default value, when `manager api` start, it
will generate a random string to replace it.
expire_time: 3600 # jwt token expire time, in second
users: # yamllint enable rule:comments-indentation
- username: admin # username and password for login `manager api`
diff --git a/api/test/docker/manager-api-conf.yaml
b/api/test/docker/manager-api-conf.yaml
index ee1f783..0d987cc 100644
--- a/api/test/docker/manager-api-conf.yaml
+++ b/api/test/docker/manager-api-conf.yaml
@@ -33,7 +33,7 @@ conf:
authentication:
secret: secret # secret for jwt token generation.
# *NOTE*: Highly recommended to modify this value
to protect `manager api`.
- # if it's default value, when `manager api` start
, it will generate a random string to replace it.
+ # if it's default value, when `manager api`
start, it will generate a random string to replace it.
expire_time: 3600 # jwt token expire time, in second
users: # yamllint enable rule:comments-indentation
- username: admin # username and password for login `manager api`