-
Notifications
You must be signed in to change notification settings - Fork 135
Config_Client_Rest
Keith Sterling edited this page Feb 20, 2019
·
1 revision
In addition to the common configuration items available to all clients, the additional configuration items available to any REST based client are as follows
rest:
host: 127.0.0.1
port: 5000
debug: false
workers: 4
use_api_keys: false
api_key_file: apikeys.txt
- host - The IP or DNS name of the server hosting your web chat client
- port - The port number the server is running on
- debug - Whether to run the REST server in debug mode. This enables debug features of the underlying Flask or Sanic framework
- workers - The numnber of works to create if using the Sanic framework
- use_api_keys - Use API Keys to secure the API Client. Requires API to be included in the API Call
- api_keys_file - The list of API Keys to load
Email: keiffster@gmail.com | Twitter: @keiffster | Facebook: keith.sterling | LinkedIn: keithsterling | My Blog
- Home
- Background
- Guiding Principles
- Reporting an Issue
- Installation
- You And Your Bot
- Bots
- Clients
- Configuration
- AIML
- Sentence Splitting
- Natural Langauge Processing
- Normalization
- Spelling
- Sentiment Analysis
- Translation
- Security
- Hot Reload
- Logging
- Out of Band
- Multi Language
- RDF Support
- Rich Media
- Asynchronous Events
- Triggers
- External Services
- Dynamic Sets, Maps & Vars
- Extensions
- Pre & Post Processors
- Custom Nodes
- The Brain Tree
- Utilities
- Building It Yourself
- Creating Your Own Bot
- Contributing
- Performance Testing
- FAQ
- History
- Website