@timok your server could read keys from a edn config file on application boot. You can then have different configs in dev / test / production environments. You then communicate the public key and other relevant configuration variables to the reagent app with an http-endpoint / socket / messaging. Optionally store them in app db.