You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes all references to dbLayoutName and cases where the dbLayouts hash is used.
With this, there is only the standard dbLayout, which is now defined in `WeBWorK::DB::Layout`.
Copy file name to clipboardexpand all lines: conf/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ Configuration extension files.
28
28
Server configuration files.
29
29
30
30
-`webwork2.mojolicious.dist.yml` contains the webwork2 Mojolicious app configuration settings. Copy this file to
31
-
`webwork2.mojolicious.yml` if you need to change those settings. You usually will need to do this. This file contains server settings, database settings and paths to external programs.
31
+
`webwork2.mojolicious.yml` if you need to change those settings. You usually will need to do this. This file
32
+
contains server settings, database settings and paths to external programs.
32
33
-`webwork2.dist.service` is a systemd configuration file for linux systems that serves the webwork2 app via the
33
34
Mojolicious hypnotoad server. If you need to change it, then copy it to `webwork2.service`.
34
35
-`webwork2-job-queue.dist.service` is a systemd configuration file for linux systems that runs the webwork2 job queue
0 commit comments