Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
2d01c0d2
Commit
2d01c0d2
authored
Nov 24, 2021
by
nono
💻
Browse files
Mise à jour des options de la makefile
parent
5e190674
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2d01c0d2
...
...
@@ -6,9 +6,9 @@ include app/env
export
$(shell
sed
's/=.*//'
app/env)
endif
MYSQL_CONNECTION_STRING
=
-
h
$(SQL_HOST)
-
u
$(SQL_USER)
MYSQL_CONNECTION_STRING
=
-
-host
=
$(SQL_HOST)
-
-user
=
$(SQL_USER)
ifdef
SQL_PASSWORD
MYSQL_CONNECTION_STRING
+=
-
p
$(SQL_PASSWORD)
MYSQL_CONNECTION_STRING
+=
-
-password
=
$(SQL_PASSWORD)
endif
help
:
...
...
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