21 lines
363 B
YAML
21 lines
363 B
YAML
|
conf:
|
||
|
listen:
|
||
|
host: 0.0.0.0
|
||
|
port: 9000
|
||
|
etcd:
|
||
|
prefix: "/apisix"
|
||
|
endpoints:
|
||
|
- etcd-server:2379
|
||
|
log:
|
||
|
error_log:
|
||
|
level: debug
|
||
|
file_path: /dev/stderr
|
||
|
access_log:
|
||
|
file_path: /dev/stdout
|
||
|
authentication:
|
||
|
secret: secret
|
||
|
expire_time: 3600
|
||
|
users:
|
||
|
- username: admin
|
||
|
password: to4jo6vuaZ8Iehohch2deeN6LeaghohChe
|