Changeset 2142a49 in OpenWorkouts-current for development.ini


Ignore:
Timestamp:
Feb 18, 2019, 9:37:43 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
75383e6
Parents:
591ae81
Message:

Use ZEO in development mode too.

(we will need it once we start running separated process to run tasks,
like sending queued emails)

Adapted bin/start so it handles starting/stopping ZEO instances.

Added some messages to be shown to the user when running the start script,
helping understanding what the script is doing.

Run pserve in the background, instead of leaving it there on the shell.

Added a bin/stop script that stops pserve and ZEO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • development.ini

    r591ae81 r2142a49  
    1616
    1717# Use this for local, single-process pserve database access
    18 zodbconn.uri = file://%(here)s/var/db/Data.fs?connection_cache_size=20000&blobstorage_dir=%(here)s/var/db/blobs
     18# zodbconn.uri = file://%(here)s/var/db/Data.fs?connection_cache_size=20000&blobstorage_dir=%(here)s/var/db/blobs
    1919# Use this for ZEO
    20 # zodbconn.uri = zeo://%(here)s/var/zeo/zeo.sock?storage=main&blob_dir=%(here)s/var/zeo/blobs&shared_blob_dir=true&connection_pool_size=20
     20zodbconn.uri = zeo://%(here)s/var/zeo/zeo.sock?blob_dir=%(here)s/var/zeo/blobs&shared_blob_dir=true&connection_pool_size=20
    2121
    2222retry.attempts = 3
Note: See TracChangeset for help on using the changeset viewer.