Spaces:
Sleeping
Sleeping
- .gitignore +2 -0
- src/main/resources/application.properties +1 -1
.gitignore
CHANGED
|
@@ -31,3 +31,5 @@ build/
|
|
| 31 |
|
| 32 |
### VS Code ###
|
| 33 |
.vscode/
|
|
|
|
|
|
|
|
|
| 31 |
|
| 32 |
### VS Code ###
|
| 33 |
.vscode/
|
| 34 |
+
|
| 35 |
+
.env
|
src/main/resources/application.properties
CHANGED
|
@@ -86,5 +86,5 @@ spring.jpa.open-in-view=false
|
|
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
-
spring.config.import=optional:file:.env[.properties]
|
| 90 |
|
|
|
|
| 86 |
|
| 87 |
|
| 88 |
|
| 89 |
+
# spring.config.import=optional:file:.env[.properties]
|
| 90 |
|