Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dunitrust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
nodes
rust
Dunitrust
Merge requests
!167
Resolve "conf: remove currency"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "conf: remove currency"
elois/156-conf-remove-currency
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
59
Merged
Resolve "conf: remove currency"
Éloïs
requested to merge
elois/156-conf-remove-currency
into
dev
Jun 2, 2019
Overview
0
Commits
1
Pipelines
0
Changes
59
Closes
#156 (closed)
Edited
Jun 2, 2019
by
Éloïs
1
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
e867b5cf
1 commit,
Jun 2, 2019
59 files
+
599
−
429
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
59
lib/core/conf/src/constants.rs
+
3
−
0
View file @ e867b5cf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -29,3 +29,6 @@ pub static DEFAULT_CURRENCY: &'static str = "g1";
/// Default value for `default_sync_module` conf field
pub
static
DEFAULT_DEFAULT_SYNC_MODULE
:
&
'static
str
=
"ws2p"
;
/// Modules datas folder
pub
static
MODULES_DATAS_FOLDER
:
&
'static
str
=
"datas"
;
Loading