mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
Added THREEDTOPOS setting for survexs 3dtopos program
This commit is contained in:
parent
44f86a7d6f
commit
53352e7987
@ -10,6 +10,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
|
|||||||
|
|
||||||
SURVEX_DATA = '/home/expo/loser/'
|
SURVEX_DATA = '/home/expo/loser/'
|
||||||
CAVERN = 'cavern'
|
CAVERN = 'cavern'
|
||||||
|
THREEDTOPOS = '3dtopos'
|
||||||
EXPOWEB = '/home/expo/expoweb/'
|
EXPOWEB = '/home/expo/expoweb/'
|
||||||
SURVEYS = '/home/expo/'
|
SURVEYS = '/home/expo/'
|
||||||
SURVEY_SCANS = '/home/expo/expoimages/'
|
SURVEY_SCANS = '/home/expo/expoimages/'
|
||||||
|
@ -16,6 +16,7 @@ EXPOWEB_URL = 'http://expo.survex.com/'
|
|||||||
PUBLIC_SITE = False
|
PUBLIC_SITE = False
|
||||||
|
|
||||||
CAVERN = 'cavern'
|
CAVERN = 'cavern'
|
||||||
|
THREEDTOPOS = '3dtopos'
|
||||||
EXPOWEB = '/home/goatchurch/expoweb/'
|
EXPOWEB = '/home/goatchurch/expoweb/'
|
||||||
SURVEYS_URL = ''
|
SURVEYS_URL = ''
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
|
|||||||
|
|
||||||
SURVEX_DATA = 'c:\\Expo\\loser\\'
|
SURVEX_DATA = 'c:\\Expo\\loser\\'
|
||||||
CAVERN = 'cavern'
|
CAVERN = 'cavern'
|
||||||
|
THREEDTOPOS = '3dtopos'
|
||||||
EXPOWEB = 'C:\\Expo\\expoweb\\'
|
EXPOWEB = 'C:\\Expo\\expoweb\\'
|
||||||
SURVEYS = 'E:\\surveys\\'
|
SURVEYS = 'E:\\surveys\\'
|
||||||
SURVEY_SCANS = 'E:\\surveys\\surveyscans'
|
SURVEY_SCANS = 'E:\\surveys\\surveyscans'
|
||||||
|
Loading…
Reference in New Issue
Block a user