Skip to content

Commit

Permalink
Make ENV_MODE_BROWSE_ONLY=true for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Nov 17, 2015
1 parent 3379eb0 commit 18077ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ If you want to start applicaton with browse mode which means no repos/tags manag

You can set `true` or `false` to this flag.

**NOTE** For now `ENV_MODE_BROWSE_ONLY` will be overwritten to `true`.

# Default repositories per page

By default 20 repositories will be listed per page. To adjust this number, to
Expand Down

2 comments on commit 18077ef

@bene0815
Copy link

Choose a reason for hiding this comment

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

Hi kwk,
why will it overwritten now?

@kwk
Copy link
Owner Author

@kwk kwk commented on 18077ef Sep 27, 2018

Choose a reason for hiding this comment

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

Hi kwk,
why will it overwritten now?

This code is almost 3 years old and I've overwritten it because the non-browse features were broken, I think.

Please sign in to comment.