0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 23:02:46 +01:00
gitea/modules/setting
Lunny Xiao 2220e5d245
Allow HOST has no port (#22280)
Fix #22274

This PR will allow `HOST` without port. Then a default port will be
given in future steps.
2023-01-11 20:09:24 +00:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go
directory.go
federation.go
git.go
i18n.go
indexer_test.go
indexer.go
lfs.go
log.go
mailer_test.go Allow HOST has no port (#22280) 2023-01-11 20:09:24 +00:00
mailer.go Allow HOST has no port (#22280) 2023-01-11 20:09:24 +00:00
markup.go
migrations.go
mime_type_map.go
mirror.go
oauth2_client.go
packages_test.go
packages.go
picture.go
project.go
proxy.go
queue.go
repository.go
service.go
session.go
setting_test.go
setting.go Allow HOST has no port (#22280) 2023-01-11 20:09:24 +00:00
storage_test.go
storage.go
task.go
webhook.go