websites.concatenative: enable user-admin in production
parent
7ddad99555
commit
07591e8e22
|
@ -91,7 +91,10 @@ SYMBOL: dh-file
|
||||||
: init-production ( -- )
|
: init-production ( -- )
|
||||||
common-configuration
|
common-configuration
|
||||||
<vhost-dispatcher>
|
<vhost-dispatcher>
|
||||||
<factor-website> <wiki> <login-config> <factor-boilerplate> "wiki" add-responder test-db <alloy> "concatenative.org" add-responder
|
<factor-website>
|
||||||
|
<wiki> "wiki" add-responder
|
||||||
|
<user-admin> "user-admin" add-responder
|
||||||
|
<login-config> <factor-boilerplate> test-db <alloy> "concatenative.org" add-responder
|
||||||
<pastebin> <login-config> <factor-boilerplate> test-db <alloy> "paste.factorcode.org" add-responder
|
<pastebin> <login-config> <factor-boilerplate> test-db <alloy> "paste.factorcode.org" add-responder
|
||||||
<planet> <login-config> <factor-boilerplate> test-db <alloy> "planet.factorcode.org" add-responder
|
<planet> <login-config> <factor-boilerplate> test-db <alloy> "planet.factorcode.org" add-responder
|
||||||
home "docs" append-path <help-webapp> test-db <alloy> "docs.factorcode.org" add-responder
|
home "docs" append-path <help-webapp> test-db <alloy> "docs.factorcode.org" add-responder
|
||||||
|
|
Loading…
Reference in New Issue