Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PHP
laravel-consul
Commits
a0f38cfd
Commit
a0f38cfd
authored
5 years ago
by
康帅杰
💬
Browse files
Options
Download
Email Patches
Plain Diff
变换global和app模板文件的位置,项目配置覆盖全局配置
parent
9acf8577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
stubs/env.stub
+2
-2
stubs/env.stub
with
2 additions
and
2 deletions
+2
-2
stubs/env.stub
View file @
a0f38cfd
{{ range ls "{RootPath}{AppName}" }}{{ .Key }}={{ .Value }}
{{ end }}
{{ range ls "{RootPath}{GlobalName}" }}{{ .Key }}={{ .Value }}
{{ end }}
{{ range ls "{RootPath}{AppName}" }}{{ .Key }}={{ .Value }}
{{ end }}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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