Skip to content

Commit

Permalink
Adjusted config.example.yml order
Browse files Browse the repository at this point in the history
Adjusted config.example.yml file order to make it work with the public docker image.
Not sure if this bricks the public server, but the existing config file did _not_ run in the latest image without
changing it to the one that is provided in the public manual here https://docs.google.com/document/d/1XnDCF7PLJkycHWBaPgbdwXTyycrmUdOo
  • Loading branch information
hostdos authored Nov 11, 2022
1 parent 71f45c4 commit ba81b0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ clientid:
clientsecret:
bottoken:
adminuser:
errorlog: ""
backlog_limit: 200
http:
listen: "localhost:2202"
public: "https://home.riking.org"
backlog_limit: 200
errorlog: ""
statusmessage: "in the garbage"

1 comment on commit ba81b0d

@hostdos
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be clear, the listing is not 1:1 exact with the docs, but it starts without issues through the public docker image (previously there were some yaml errors due to the order)

Please sign in to comment.