Skip to content

Commit

Permalink
added missing parameters #804
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Aug 21, 2018
1 parent c079af9 commit c050fb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -194,3 +194,6 @@ parameters:
tpd_system_key: 'SeCrEt_KeY'
# When set to false tells the TPD system to not send de message. It's a kind of a test mode.
tpd_send_message: true

# CPF Verification Settings
nfg_cpf_verification_base_uri: 'https://example.com'
3 changes: 3 additions & 0 deletions app/config/parameters.yml.vagrant
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,6 @@ parameters:
tpd_system_id: 'SYSTEM'
tpd_system_key: 'SeCrEt_KeY'
tpd_send_message: true

# CPF Verification Settings
nfg_cpf_verification_base_uri: 'https://example.com'

0 comments on commit c050fb6

Please sign in to comment.