config tweaks

onedrive
eric 2019-04-24 14:04:48 -04:00
parent 2e6fce455a
commit 9655941824
2 changed files with 7 additions and 2 deletions

View File

@ -74,7 +74,7 @@ tools.sessions.on: True
tools.sessions.table_name = "cherrypy.sessions" tools.sessions.table_name = "cherrypy.sessions"
tools.sessions.timeout: 30 tools.sessions.timeout: 30
tools.sessions.path: '/' tools.sessions.path: '/'
tools.sessions.domain: 'gutenberg.org' tools.sessions.domain: '.gutenberg.org'
#tools.sessions.domain: 'localhost' #tools.sessions.domain: 'localhost'
tools.expires.on: True tools.expires.on: True

View File

@ -45,7 +45,12 @@ pipenv --three
git checkout remotes/origin/master git checkout remotes/origin/master
pipenv install pipenv install
# add conf file # add local conf file. keep secrets here!
# for production .autocat3 should set values for these parameters:
# pghost, pguser,
# dropbox_client_secret, gdrive_client_secret, msdrive_client_secret, recaptcha_private_key
# log.error_file, log.access_file
#!! from local #!! from local
# scp [local:]~/autocat3.conf [autocat@host:]~/.autocat3 # scp [local:]~/autocat3.conf [autocat@host:]~/.autocat3