This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch chore/project-layout in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git
commit b752d69b16a1530df074d5f3c1323492d303a11d Author: kezhenxu94 <[email protected]> AuthorDate: Fri Dec 18 18:43:38 2020 +0800 chore: add an example of skywalking.yaml --- examples/skywalking.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/examples/skywalking.yaml b/examples/skywalking.yaml new file mode 100644 index 0000000..04355cd --- /dev/null +++ b/examples/skywalking.yaml @@ -0,0 +1,20 @@ +# Licensed to Apache Software Foundation (ASF) under one or more contributor +# license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright +# ownership. Apache Software Foundation (ASF) licenses this file to you under +# the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +base-url: http://demo.skywalking.apache.org/graphql +username: basic-auth-username +password: basic-auth-password
