X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=conf%2Fconfig.ini;fp=conf%2Fconfig.ini;h=509e7ac4d3ad69495f9386070f081664f1dc3de8;hb=51e80b41a9ba507b2e877f93ea3037e92ee3f78e;hp=0000000000000000000000000000000000000000;hpb=8fecf6456b3f7d24b4fd10947bfdfed63adc16f0;p=ta%2Fyarf.git diff --git a/conf/config.ini b/conf/config.ini new file mode 100644 index 0000000..509e7ac --- /dev/null +++ b/conf/config.ini @@ -0,0 +1,43 @@ +# Copyright 2019 Nokia +# +# Licensed 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. +# + +[restframe] + +#The port that the restful app will listen DEFAULT:61200 +port=61200 +#The IP address that the restful app will bind to DEFAULT:127.0.0.1 +ip_address=127.0.0.1 + +# This option tells the restful app to run in debug mode or not. Defaults to True +debug=true + +#Use SSL or not +#If true then private key and certificate has to be also given DEFAULT:False +use_ssl=false +#ssl_private_key=PATHTOKEY/KEY.key +#ssl_certificate=PATHTOCERTIFICATE/CERT.crt + +#Authentication method. +auth_method=yarf.authentication.keystone.KeystoneAuth + +#The directory where the handlers are +#Defaults to /opt/yarf/handlers +#handler_directory=/opt/yarf/handlers + +[keystone] +user= +password= +auth_uri= +