Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Démarches Simplifiées
Vagrant DEV for Démarches-Simplifiées
Commits
4dce4cc8
Commit
4dce4cc8
authored
Jun 24, 2020
by
Julie gauthier
Browse files
FIX: remove sensible values
parent
b598bb10
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/default.pp
View file @
4dce4cc8
...
...
@@ -127,20 +127,6 @@ file_line { 'DB_PASSWORD':
match
=>
'^DB_PASSWORD="tps_development"'
,
require
=>
File
[
"
$_ds_project_directory
/.env"
],
}
file_line
{
'GITHUB_CLIENT_ID'
:
ensure
=>
present
,
path
=>
"
$_ds_project_directory
/.env"
,
line
=>
'GITHUB_CLIENT_ID="efb23e8a602aac61157c"'
,
match
=>
'^GITHUB_CLIENT_ID=""'
,
require
=>
File
[
"
$_ds_project_directory
/.env"
],
}
file_line
{
'GITHUB_CLIENT_SECRET'
:
ensure
=>
present
,
path
=>
"
$_ds_project_directory
/.env"
,
line
=>
'GITHUB_CLIENT_SECRET="ec8f3370372bc4fb381f3f379d5320f1231c2189"'
,
match
=>
'^GITHUB_CLIENT_SECRET=""'
,
require
=>
File
[
"
$_ds_project_directory
/.env"
],
}
# Modification of bin/setup file.
# As we already created the DB we don't need to recreate it.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment