This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
issue #335
Comments
Hi @Asifkrishaweb |
what syntax error may you please help me with?
this is my config file
# Identity Provider (IdP)
#########################
# The base URL where spid-testenv2 is reachable at.
base_url: "http://localhost:8088"
# Key and certificate used to sign SAML messages.
key_file: "./conf/idp.key"
cert_file: "./conf/idp.crt"
# Service Providers
###################
# You can configure multiple Service Provider by specifying their XML
metadata,
# using different sources.
metadata:
# From local files, globbing is supported
# eg: "*.xml", "sp_metadat?.xml" o "sp[-_]metadat[a-z].xml"
local:
- "./conf/sp_metadata.xml"
# db: ***@***.***:5432/exampledb'
# From a remote URL.
# remote:
# - "http://spid-sp/metadata"
# Application configuration
###########################
# Whether to enable debug mode. When enabled, the log will be more verbose.
debug: true
# Bind the webserver to the specified IP address (use 0.0.0.0 for all
interfaces).
host: "0.0.0.0"
# Port the webserver listens on.
port: 8088
# Whether to enable HTTPS.
https: false
# The TLS key and certificate used for HTTPS, required if HTTPS is enabled.
# https_key_file: "path/to/key"
# https_cert_file: "path/to/cert"
# File holding the identities of test users.
# It will be automatically created if it doesn't exist.
users_file: "conf/users.json"
# PostgreSQL database holding the identities of test users.
# If specified, it will override the "user_file" parameter.
# The required tables will be automatically created if they don't exist.
# users_db: ***@***.***:5432/exampledb'
# If enabled, allows to add new users from the UI.
can_add_user: true
# Whether to enable the UI to handle the data in the database.
database_admin_interface: true
# If enabled, allows the user to manipulate the response from the Identity
Provider.
# Useful to simulate errors in the response.
show_response_options: true
…On Wed, Apr 14, 2021 at 6:36 PM Giuseppe De Marco ***@***.***> wrote:
Hi @Asifkrishaweb <https://github.com/Asifkrishaweb>
./conf/config.yaml have a syntax error
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#335 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATSZVBJ62YSDC776SVDLRTLTIWHOZANCNFSM425KP7IQ>
.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
facing issue when run this command
python spid-testenv.py
Errors :
DEBUG:faker.factory:Not in REPL -> leaving logger event level as is.
ERROR:testenv.log:Errore di sintassi nel file di configurazione: ./conf/config.yaml
The text was updated successfully, but these errors were encountered: