canarieapi.default_configuration ================================ .. py:module:: canarieapi.default_configuration .. autoapi-nested-parse:: Default configuration values for Canarie API. To have the programs in the package override the values with the values found in this file, you need to set the environment variable named "CANARIE_API_CONFIG_FN" to the path of your own copy before launching the program. Attributes ---------- .. autoapisummary:: canarieapi.default_configuration.MY_SERVER_NAME canarieapi.default_configuration.SERVER_MAIN_TITLE canarieapi.default_configuration.PARSE_LOGS canarieapi.default_configuration.DATABASE canarieapi.default_configuration.SERVICES canarieapi.default_configuration.PLATFORMS Module Contents --------------- .. py:data:: MY_SERVER_NAME :value: 'http://localhost:2000' .. py:data:: SERVER_MAIN_TITLE :value: 'Canarie API' .. py:data:: PARSE_LOGS :value: True .. py:data:: DATABASE .. py:data:: SERVICES .. py:data:: PLATFORMS