paragonie / chronicle

Public append-only ledger microservice built with Slim Framework
469 stars 25 forks source link

Concurrent Chronicles #38

Closed paragonie-scott closed 6 years ago

paragonie-scott commented 6 years ago

Add support for multiple instances via the ?instance=name parameter.

To implement, add something like this to your local/settings.json in the instances key:

"public_prefix": "table_name_prefix",

Then run bin/make-tables.php as normal.

Every instance is totally independent of each other. They have their own

If merged, I will document these features and roll it into v1.1.0. Closes #27.