1
0
Fork 0

cleanup unnecessary changes, change example subdomain

This commit is contained in:
Aine 2023-03-18 00:15:23 +02:00
parent 048b860734
commit 8f96b011e1
No known key found for this signature in database
GPG key ID: 34969C908CCA2804
2 changed files with 2 additions and 25 deletions
docs/services
examples

View file

@ -23,7 +23,7 @@ To enable this service, add the following configuration to your `vars.yml` file
redmine_enabled: true
redmine_hostname: mash.example.com
redmine_hostname: redmine.example.com
########################################################################
# #
@ -32,7 +32,7 @@ redmine_hostname: mash.example.com
########################################################################
```
In the example configuration above, we configure the service to be hosted at `https://mash.example.com`.
In the example configuration above, we configure the service to be hosted at `https://redmine.example.com`.
## Usage

View file

@ -138,29 +138,6 @@ miniflux_admin_password: a-strong-password-here
########################################################################
# #
# redmine #
# #
########################################################################
# Learn more about the redmine service in docs/services/redmine.md
#
# This service is only here as an example. If you don't wish to use the
# redmine service, remove the whole section.
redmine_enabled: true
redmine_hostname: mash.example.com
########################################################################
# #
# /redmine #
# #
########################################################################
########################################################################
# #
# uptime-kuma #