Fix typos.
This commit is contained in:
parent
f90b6a85c0
commit
66f5b5bb53
@ -19,7 +19,7 @@ const (
|
|||||||
CreateAsAnnounce
|
CreateAsAnnounce
|
||||||
)
|
)
|
||||||
|
|
||||||
// RelayState : Store subscriptions and relay configrations
|
// RelayState : Store subscriptions and relay configurations
|
||||||
type RelayState struct {
|
type RelayState struct {
|
||||||
RedisClient *redis.Client
|
RedisClient *redis.Client
|
||||||
notifiable bool
|
notifiable bool
|
||||||
|
2
main.go
2
main.go
@ -76,7 +76,7 @@ func initConfig() {
|
|||||||
WebfingerResource.GenerateFromActor(hostURL, &Actor)
|
WebfingerResource.GenerateFromActor(hostURL, &Actor)
|
||||||
|
|
||||||
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Server]", version)
|
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Server]", version)
|
||||||
fmt.Println(" - Configrations")
|
fmt.Println(" - Configurations")
|
||||||
fmt.Println("RELAY DOMAIN : ", hostURL.Host)
|
fmt.Println("RELAY DOMAIN : ", hostURL.Host)
|
||||||
fmt.Println("REDIS URL : ", viper.GetString("redis_url"))
|
fmt.Println("REDIS URL : ", viper.GetString("redis_url"))
|
||||||
fmt.Println("BIND ADDRESS : ", viper.GetString("relay_bind"))
|
fmt.Println("BIND ADDRESS : ", viper.GetString("relay_bind"))
|
||||||
|
@ -91,7 +91,7 @@ func initConfig() {
|
|||||||
log.DEBUG = newNullLogger
|
log.DEBUG = newNullLogger
|
||||||
|
|
||||||
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]", version)
|
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]", version)
|
||||||
fmt.Println(" - Configrations")
|
fmt.Println(" - Configurations")
|
||||||
fmt.Println("RELAY DOMAIN : ", hostURL.Host)
|
fmt.Println("RELAY DOMAIN : ", hostURL.Host)
|
||||||
fmt.Println("REDIS URL : ", viper.GetString("redis_url"))
|
fmt.Println("REDIS URL : ", viper.GetString("redis_url"))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user