Skip to content

Commit

Permalink
docs: [skip ci] Adding tool for configuring .env
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Mar 8, 2023
1 parent 11b8b10 commit 5edbe40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
EXAS_GEOCODE_URL=https://nominatim.openstreetmap.org

EXAS_PORT=1080
EXAS_STORAGE_FILE_SYSTEM_DIRECTORY=${PWD}

# EXAS_STORAGE_OBJECT_ACCESS_KEY=access
# EXAS_STORAGE_OBJECT_SECRET_ACCESS=secret
# EXAS_STORAGE_OBJECT_BUCKET=fibr-test
# EXAS_STORAGE_OBJECT_ENDPOINT=s3.fr-par.scw.cloud
# EXAS_STORAGE_OBJECT_REGION=fr-par
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ build:
.PHONY: run
run:
$(MAIN_RUNNER)

## config: Create local configuration
.PHONY: config
config:
@cp .env.example .env

0 comments on commit 5edbe40

Please sign in to comment.