In google searches I find the following 2 parameters for Stash, but are they valid in Bitbucket Server and where would you put them?
You can disable forking altogether by adding 'feature.forks=false' into your stash-config.properties file.
The ability to restrict creation of personal repositories shipped in Stash. To configure it, set feature.personal.repos=false in stash-config.properties
Thanks,
Mike
Yes. Create the bitbucket.properties
file, in the shared folder of your home directory, and add the system properties you need, use the standard format for Java properties files.
See: https://confluence.atlassian.com/bitbucketserver/bitbucket-server-config-properties-776640155.html
Note: Bitbucket Server must be restarted for changes to become effective.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.