Skip to content

Commit

Permalink
Rebuild the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Sep 17, 2022
1 parent 169e5d1 commit e9953f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions awa/docs/AWA.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The following global configuration parameter are defined:
| |true|
|ado.queries.paths|Defines a list of paths separated by ';' where the database query files are searched. The default searches for the 'db' directory in the application search paths.|
| |#{fn:composePath(app_search_dirs,'db')}|
|ado.migrate.paths|Defines a list of paths separated by ';' where the database migration files are searched. The default searches for the 'db/migrate' directory in the application search paths.|
| |#{fn:composePath(app_search_dirs,'db/migrate')}|
|bundle.dir|Defines a list of paths separated by ';' where the resource bundle files are searched. The default searches for the 'bundles' directory in the application search paths.|
| |#{fn:composePath(app_search_dirs,'bundles')}|
|app.modules.dir|Defines a list of paths separated by ';' where the module configuration files are searched. The default searches for the 'config' directory in the application search paths.|
Expand Down
4 changes: 3 additions & 1 deletion awa/docs/AWA_Users.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ the OpenID integration.
| |#{app_google_plus_secret}|
|auth-filter.redirect|URI to redirect to the login page|
| |#{contextPath}/auth/login.html|
|verify-filter.redirect|URI to redirect to the login page|
|verify-access-key.redirect|URI to redirect to the login page|
| |#{contextPath}/auth/login.html|
|verify-access-key.change-password|URI to redirect to the change password page when the access key is verified, the user account is registered but there is no password for authentication|
| |#{contextPath}/auth/change-password.html?key=|
|app_login_register|Enable or disable user registration through the web interface|
| |#{not empty app_login_register ? app_login_register : true}|
|app_login_email|Enable or disable user login through the email/password form|
Expand Down
Binary file modified awa/docs/awa-book.pdf
Binary file not shown.

0 comments on commit e9953f3

Please sign in to comment.