cataglyphis commented on issue #2910:
URL:
https://github.com/apache/apisix-dashboard/issues/2910#issuecomment-1905577105
> And can you cat apisix-dashbaord conf in
/usr/local/apisix-dashboard/conf/conf.yaml ?
```
/usr/local/apisix-dashboard/conf # cat conf.yaml
conf:
listen:
host: 0.0.0.0
port: 9000
etcd:
prefix: "/apisix"
endpoints:
- apisix-etcd:2379
log:
error_log:
level: warn
file_path: /dev/stderr
access_log:
file_path: /dev/stdout
authentication:
secret: secret
expire_time: 3600
users:
- username: admin
password: xxxxx
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]