goa/goaconfig.py
branchstable
changeset 3539 f3b14d052798
parent 2665 0c6281487f90
child 4212 ab6573088b4a
equal deleted inserted replaced
3538:a5c6142cbfa8 3539:f3b14d052798
    15 from cubicweb.web.webconfig import WebConfiguration, merge_options
    15 from cubicweb.web.webconfig import WebConfiguration, merge_options
    16 from cubicweb.server.serverconfig import ServerConfiguration
    16 from cubicweb.server.serverconfig import ServerConfiguration
    17 from cubicweb.goa.dbmyams import load_schema
    17 from cubicweb.goa.dbmyams import load_schema
    18 
    18 
    19 UNSUPPORTED_OPTIONS = set(('connections-pool-size',
    19 UNSUPPORTED_OPTIONS = set(('connections-pool-size',
    20                            'pyro-host', 'pyro-id', 'pyro-instance-id',
    20                            'pyro-host', 'pyro-instance-id',
    21                            'pyro-ns-host', 'pyro-ns-group',
    21                            'pyro-ns-host', 'pyro-ns-group',
    22                            'https-url', 'host', 'pid-file', 'uid', 'base-url', 'log-file',
    22                            'https-url', 'host', 'pid-file', 'uid', 'base-url', 'log-file',
    23                            'smtp-host', 'smtp-port',
    23                            'smtp-host', 'smtp-port',
    24                            'embed-allowed',
    24                            'embed-allowed',
    25                            ))
    25                            ))