diff options
-rw-r--r-- | gb_config.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gb_config.template b/gb_config.template index 339523c..8326969 100644 --- a/gb_config.template +++ b/gb_config.template @@ -13,6 +13,10 @@ array set GradebookServerConfig [list \ html_access_stats_url "/~evmik/grade_book_stats/" \ verbosity_level 4 \ log_file "log" \ + photo_album_base_url "https://bbphotos.wm.edu/idphotos" \ + photo_album_cache "./photos" \ + photo_img_width 90 \ + photo_img_height 90 \ ] # vim: ts=2 sw=2 foldmethod=indent: |