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/'
|
||||
CAVERN = 'cavern'
|
||||
THREEDTOPOS = '3dtopos'
|
||||
EXPOWEB = '/home/expo/expoweb/'
|
||||
SURVEYS = '/home/expo/'
|
||||
SURVEY_SCANS = '/home/expo/expoimages/'
|
||||
|
@ -16,6 +16,7 @@ EXPOWEB_URL = 'http://expo.survex.com/'
|
||||
PUBLIC_SITE = False
|
||||
|
||||
CAVERN = 'cavern'
|
||||
THREEDTOPOS = '3dtopos'
|
||||
EXPOWEB = '/home/goatchurch/expoweb/'
|
||||
SURVEYS_URL = ''
|
||||
|
||||
|
@ -7,6 +7,7 @@ DATABASE_PORT = '' # Set to empty string for default. Not used with
|
||||
|
||||
SURVEX_DATA = 'c:\\Expo\\loser\\'
|
||||
CAVERN = 'cavern'
|
||||
THREEDTOPOS = '3dtopos'
|
||||
EXPOWEB = 'C:\\Expo\\expoweb\\'
|
||||
SURVEYS = 'E:\\surveys\\'
|
||||
SURVEY_SCANS = 'E:\\surveys\\surveyscans'
|
||||
|
Loading…
Reference in New Issue
Block a user