diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-05 14:09:58 -0500 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-12-05 14:11:13 -0500 |
commit | 8337ef549312295bdb3dddb12be284c4fdcc9f6a (patch) | |
tree | 1d31fbd699543ecdcf993e628639178b23d78752 /gb_config.template | |
parent | f1b619b584e9f665390e14e46f5e89e3390088df (diff) | |
download | GradeBook-8337ef549312295bdb3dddb12be284c4fdcc9f6a.tar.gz GradeBook-8337ef549312295bdb3dddb12be284c4fdcc9f6a.zip |
proper links to cached photos
Diffstat (limited to 'gb_config.template')
-rw-r--r-- | gb_config.template | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gb_config.template b/gb_config.template index 8326969..e46d8a0 100644 --- a/gb_config.template +++ b/gb_config.template @@ -14,7 +14,8 @@ array set GradebookServerConfig [list \ verbosity_level 4 \ log_file "log" \ photo_album_base_url "https://bbphotos.wm.edu/idphotos" \ - photo_album_cache "./photos" \ + photo_album_cache "../../grades_book_photos" \ + photo_album_cache_url "/~evmik/grades_book_photos" \ photo_img_width 90 \ photo_img_height 90 \ ] |