Differences From Artifact [f487fed4c2]:
- File sample-sauth-paths.scm — part of check-in [73c7403798] at 2016-11-08 17:32:09 on branch pjhatwal — added code to open up areas using sauthorize (user: pjhatwal, size: 203) [annotate] [blame] [check-ins using] [more...]
To Artifact [91d0e94c2c]:
- File sample-sauth-paths.scm — part of check-in [01e552325c] at 2017-08-29 17:38:26 on branch pjhatwal — checking in pending sauth changes (user: pjhatwal, size: 245) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 | (define *db-path* "/path/to/db") (define *exe-path* "/path/to/store/suids") (define *exe-src* "/path/to/spublish/and/sretrieve/executables") (define *sauth-path* "/path/to/production/sauthorize/exe") | > | 1 2 3 4 5 | (define *db-path* "/path/to/db") (define *exe-path* "/path/to/store/suids") (define *exe-src* "/path/to/spublish/and/sretrieve/executables") (define *sauth-path* "/path/to/production/sauthorize/exe") (define *super-users* '("user1" "user2")) |