How to set up a publish key on a public instance of magnolia?

I am very new to magnolia to publish content from author to public. I ran into a problem below.

I configure the activation key from the author’s instance of magnolia to all public instances.

When I start the author instance again, I need to generate a new key manually and set the key for all open instances.

Is there any way to install this authorization instance activation key on all public instances permanently?

+4
source share
2 answers

You can save it in a property file without a key for value only. In default-magnolia.properties you can set the property "magnolia.author.key.location" to the location of this file.

0
0

All Articles