blob: 278c50d77e7148cde9385229c8a7dabd20023f15 [file] [log] [blame]
PATH = 'compute/v1/projects/'
GSTACK_BIND_ADDRESS = 'localhost'
GSTACK_PORT = '5000'
CLOUDSTACK_HOST = 'api.exoscale.ch'
CLOUDSTACK_PORT = '443'
CLOUDSTACK_PROTOCOL = 'https'
CLOUDSTACK_PATH = '/compute'
DEBUG=False
TESTING = True
SQLALCHEMY_DATABASE_URI = 'sqlite:///:memory:'