Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
belenios
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
belenios
belenios
Commits
47191619
Commit
47191619
authored
May 17, 2018
by
Stephane Glondu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use example.org in examples
parent
53eed5f3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
demo/ocsigenserver.conf.in
demo/ocsigenserver.conf.in
+2
-2
src/web/web_common.ml
src/web/web_common.ml
+1
-1
No files found.
demo/ocsigenserver.conf.in
View file @
47191619
...
...
@@ -32,7 +32,7 @@
<extension findlib-package="csv"/>
<host charset="utf-8" hostfilter="*" defaulthostname="localhost">
<!-- <redirect suburl="^$" dest="http://www.
belenios
.org"/> -->
<!-- <redirect suburl="^$" dest="http://www.
example
.org"/> -->
<site path="static" charset="utf-8">
<static dir="_SRCDIR_/_build/src/static" />
</site>
...
...
@@ -40,7 +40,7 @@
<maxmailsatonce value="1000"/>
<uuid length="14"/>
<!-- <contact uri="mailto:contact@example.org"/> -->
<server mail="noreply@
belenios
.org"/>
<server mail="noreply@
example
.org"/>
<auth name="demo"><dummy/></auth>
<auth name="local"><password db="demo/password_db.csv"/></auth>
<!-- <auth name="google"><oidc server="https://accounts.google.com" client_id="client-id" client_secret="client-secret"/></auth> -->
...
...
src/web/web_common.ml
View file @
47191619
...
...
@@ -27,7 +27,7 @@ open Web_serializable_builtin_t
open
Web_serializable_j
let
spool_dir
=
ref
"."
let
server_mail
=
ref
"noreply@
belenios
.org"
let
server_mail
=
ref
"noreply@
example
.org"
let
return_path
=
ref
None
let
contact_uri
=
ref
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment