This repository has been archived on 2023-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-asset-manager/webservice/bam/config.py.example.py
2014-10-23 14:45:21 +02:00

6 lines
110 B
Python

class Config(object):
DEBUG=True
class Development(Config):
STORAGE_PATH='/Volumes/PROJECTS/storage'