I saw in the source code that the publisher_key in the configuration can be obtained through s.config.GetSocial().Steam.PublisherKey. In the code I am writing, how do I get the publisher_key? Is there a way to obtain the ApiServer object? Thanks.
@sesposito
At the moment there’s no way to fetch the config from the runtime, you’ll have to pass it via runtime envs.
We’re planning on adding a runtime function to get the configuration in the next release.
Best.