Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions samples/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ env:
## TODO: The domain name this Discourse instance will respond to
## Required. Discourse will not work with a bare IP number.
DISCOURSE_HOSTNAME: 'discourse.example.com'
## Other hostnames that should have a valid https certificate for (will redirect to hostname)
## DISCOURSE_HOSTNAME_ALIASES: domain.com,other.domain.com

## Uncomment if you want the container to be started with the same
## hostname (-h option) as specified above (default "$hostname-$config")
Expand Down
2 changes: 2 additions & 0 deletions samples/web_only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ env:

## TODO: The domain name this Discourse instance will respond to
DISCOURSE_HOSTNAME: 'discourse.example.com'
## Other hostnames that should have a valid https certificate for (will redirect to hostname)
## DISCOURSE_HOSTNAME_ALIASES: domain.com,other.domain.com

## Uncomment if you want the container to be started with the same
## hostname (-h option) as specified above (default "$hostname-$config")
Expand Down