Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
persona
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hexang 息壤平台
persona
Commits
268da96a
Commit
268da96a
authored
13 years ago
by
Lloyd Hilaiel
Browse files
Options
Downloads
Patches
Plain Diff
add an in-tree file containing all non-secret configuration for dev.diresworb.org
parent
265b221d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/dev.json
+58
-0
58 additions, 0 deletions
config/dev.json
with
58 additions
and
0 deletions
config/dev.json
0 → 100644
+
58
−
0
View file @
268da96a
//
this
is
the
configuration
for
dev.diresworb.org.
//
only
secrets
are
kep
on
the
server,
everything
else
//
lives
here
{
"public_url"
:
"https://dev.diresworb.org"
,
"env"
:
"production"
,
"bind_to"
:
{
"host"
:
"127.0.0.1"
},
"use_minified_resources"
:
true
,
"database"
:
{
"driver"
:
"mysql"
,
"user"
:
"browserid"
,
"name"
:
"browserid"
,
"create_schema"
:
true
},
"statsd"
:
{
"enabled"
:
false
},
"bcrypt_work_factor"
:
12
,
"max_compute_processes"
:
null
,
"max_compute_duration"
:
10
,
"disable_primary_support"
:
false
,
"enable_code_version"
:
false
,
"default_lang"
:
[
"en-US"
],
"locale_directory"
:
"/home/browserid/code/locale"
,
"supported_languages"
:
[
"af"
,
"ca"
,
"cs"
,
"db-LB"
,
"de"
,
"en-US"
,
"eo"
,
"es"
,
"es-MX"
,
"eu"
,
"fr"
,
"fy"
,
"gd"
,
"gl"
,
"hr"
,
"it"
,
"ja"
,
"lij"
,
"lt"
,
"ml"
,
"nl"
,
"pl"
,
"rm"
,
"ro"
,
"ru"
,
"sk"
,
"sl"
,
"son"
,
"sq"
,
"sr"
,
"tr"
,
"zh-CN"
,
"zh-TW"
,
"it-CH"
,
"db-LB"
],
"express_log_format"
:
"default"
,
"email_to_console"
:
false
,
"var_path"
:
"/home/browserid/var"
,
"verifier"
:
{
"bind_to"
:
{
"port"
:
62800
}
},
"verifier_url"
:
"http://127.0.0.1:62800"
,
"keysigner"
:
{
"bind_to"
:
{
"port"
:
62600
}
},
"keysigner_url"
:
"http://127.0.0.1:62600"
,
"dbwriter"
:
{
"bind_to"
:
{
"port"
:
62900
}
},
"dbwriter_url"
:
"http://127.0.0.1:62900"
,
/*
XXX:
We
should
really
enable
the
outbound
http
proxy
in
dev!
"proxy"
:
{
"bind_to"
:
{
"port"
:
10006
}
},
"http_proxy"
:
{
"host"
:
"127.0.0.1"
,
"port"
:
10006
},
*/
"browserid"
:
{
"bind_to"
:
{
"port"
:
62700
}
},
"smtp"
:
{
"host"
:
"smtp.socketlabs.com"
//
username
and
password
live
on
the
server
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment