Changeset 662 in code for trunk/cmd


Ignore:
Timestamp:
Nov 2, 2021, 9:38:07 PM (4 years ago)
Author:
contact
Message:

Add title config option

Closes: https://todo.sr.ht/~emersion/soju/146

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/soju/main.go

    r637 r662  
    9898
    9999        srv := soju.NewServer(db)
    100         // TODO: load from config/DB
    101100        srv.Hostname = cfg.Hostname
     101        srv.Title = cfg.Title
    102102        srv.LogPath = cfg.LogPath
    103103        srv.HTTPOrigins = cfg.HTTPOrigins
Note: See TracChangeset for help on using the changeset viewer.