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
piops-roles
don-lqdn
Commits
bef20f06
Commit
bef20f06
authored
Nov 24, 2021
by
nono
💻
Browse files
Fix typo
parent
79164b65
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/env.sample.j2
View file @
bef20f06
...
...
@@ -2,7 +2,7 @@
export SQL_HOST=127.0.0.1
export SQL_PORT=3306
export SQL_DATABASE="{{ don_sql_database }}"
export SQL_USER=
"
{{ don_sql_user }}
"
export SQL_USER={{ don_sql_user }}
export SQL_PASSWORD="{{ don_sql_password }}"
# Phinx configuration
...
...
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