配置设置 来自多租户数据库。使用温莎城堡 + S#arp

发布于 2024-10-12 06:34:38 字数 290 浏览 3 评论 0原文

我正在将我的应用程序转换为多租户应用程序,我的障碍之一是现在我必须在数据库中存储每个租户的设置。

我目前正在使用 DictionaryAdapter 将应用程序配置文件中的设置读取到 IConfigurationSettings 接口中。

因为我可以有很多租户,所以我认为我的配置设置需要使用不同的密钥注册到城堡,最好是主机名作为密钥。

然而,在城堡注册期间,我无法访问 Request 对象来获取我的主机名,而且我的 NHibernate 初始化也没有发生。

有人有任何建议吗?

保罗

I am converting my application to a multi-tenancy application, one of my obstacles is that now I have to store settings for each tenant in the database.

I am currently using the DictionaryAdapter to read the settings from my app config file into a IConfigurationSettings interface.

Because I can have many tenants, I think my configuration settings need to be registered to castle with different keys, ideally the host name as the key.

However, during the time of castle registration I don't have access to the Request object to get my hostname, also my NHibernate initialisation hasn't taken place.

Anyone got any suggustions?

Paul

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

空名 2024-10-19 06:34:39

如果您需要获取每个租户的设置,那么在主数据库的NHibernate初始化并遍历租户之后,您是否可以不这样做?

另外,这些设置实际上需要在启动时加载吗?是否可以在需要时阅读它们,这可能是为了响应请求。

If you need to get the settings for each tenant, then can you not do this after the initialisation of NHibernate for the master database and iterate through the tenants?

Also, do the settings actually need to be loaded at startup? Can they be read when required, which will probably be in response to a request.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文