Skip to content

Commit

Permalink
Change default value for client build to client-production-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Feb 8, 2019
1 parent 5230c2b commit bdd33aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Several variables control which functions this role will perform (all default to
- `galaxy_manage_database`: Upgrade the database schema as necessary, when new schema versions become available.
- `galaxy_fetch_dependencies`: Fetch Galaxy dependent modules to the Galaxy virtualenv.
- `galaxy_build_client`: Build the Galaxy client application (web UI).
- `galaxy_client_make_target` (default: `client-production`): Set the client build type. Options include: `client`,
- `galaxy_client_make_target` (default: `client-production-maps`): Set the client build type. Options include: `client`,
`client-production` and `client-production-maps`. See [Galaxy client readme][client-build] for details.
- `galaxy_manage_errordocs` (default: `no`): Install Galaxy-styled 413 and 502 HTTP error documents for nginx. Requires
write privileges for the nginx error document directory.
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,6 @@ galaxy_uwsgi_config_default:
# Client build settings
#

# Options include: client / client-production (default) / client-production-maps
galaxy_client_make_target: client-production
# Options include: client / client-production / client-production-maps (default)
galaxy_client_make_target: client-production-maps

0 comments on commit bdd33aa

Please sign in to comment.