(This article is still being written, please check back soon)
Download:
# CONFIG FILE FORMAT INFO: # Lines starting with a hash (#) are comments and are just extra information, the lines starting without a hash are the headings/parameters. # The parameters are in the format of [parameter name] = [value]. Only make changes to the text after the equals (=) symbol. # If any parameters have surrounding quotes ("..."), only edit the text inside the quotes and leave the quotes intact. # If you need to reset the parameters back to default, just delete the config file, start and close the program. This will generate a new config file with default parameters. [Connection] # GP10 server IP address # Default: "localhost" host = "localhost" # GP10 server API port # Default: "10695" port = "10695" # GP10 username for API login # Default: "admin" user = "admin" # GP10 API key for API login # Default: "00000000-0000-0000-0000-000000000000" key = "00000000-0000-0000-0000-000000000000" [Configuration] # Only check cardholders of this type # Default: "Visitor" cardholder_type = "Visitor" # Ignore cardholders who are granted access through readers in this list # Default: [] (Empty list, all readers will be checked) # (Reader names will need to be surrounded by quotes ("...") and # be separated by a comma (,), example: ["Reader1","Reader2"]) reader_filter = [] # Reverse the above filter - Ignore all readers except those in the list # Default: False reader_filter_whitelist = false # List of PAGs to assign to cardholder on access granted, others will be removed # Default: ["Visitor Exit"] exit_PAGs = ["Visitor Exit"]
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article