ioannis@0: """ This file contains the user-specific settings for the scc_access script. ioannis@0: ioannis@0: You should rename the file settings.sample.py to setting.py. ioannis@0: """ ioannis@0: ioannis@0: # Add here the HTTP user name and password that is needed to access the SCC site. ioannis@0: BASIC_LOGIN = ('username', 'password') ioannis@0: ioannis@0: # Add here the user-name and password that is needed to log in to the SCC site. ioannis@0: # It is recommended to use credential for a user without management privileges ioannis@0: DJANGO_LOGIN = ('username', 'password') ioannis@0: ioannis@0: # Change this to the directory to download the files ioannis@0: OUTPUT_DIR = '/path/to/files/scc_output/' ioannis@0: ioannis@0: # SCC base URL. Normally you shouldn't need to change that. You should change ioannis@0: # this only if you want to use a different SCC installation e.g. a local version. ioannis@0: BASE_URL = 'https://scc.imaa.cnr.it/'