Skip to content

Commit 574e3eb

Browse files
committed
ci: Adding config entry in makefile
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 555f0da commit 574e3eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
API_LOGGER_JSON=true

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@ build:
8484
.PHONY: run
8585
run:
8686
$(MAIN_RUNNER)
87+
88+
## config: Create local configuration
89+
.PHONY: config
90+
config:
91+
@cp .env.example .env

0 commit comments

Comments
 (0)