Baoyuantop commented on issue #2791: URL: https://github.com/apache/apisix-dashboard/issues/2791#issuecomment-1521506736
> 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 security: access_control_allow_origin: "https://grafana-test.hh-medic.com" access_control_allow_credentials: true # support using custom cors configration access_control_allow_headers: "Authorization" access_control-allow_methods: "*" x_frame_options: "deny" content_security_policy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-src *" # You can set frame-src to provide content for your grafana panel. authentication: secret: secret expire_time: 3600 users: plugin_attr: prometheus: export_addr: ip: "0.0.0.0" port: 9091 I mean to provide the configuration data stored in the etcd used by the dashboard -- 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]
