Skip to content

Commit

Permalink
Legg til eksempelkonfigurasjon for lokal utvikling
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Oct 10, 2023
1 parent ab132b1 commit b3c0040
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/local-config.sample.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
;; Denne filen er ikke sjekket inn, og brukes for at du skal kunne velge hvordan
;; du vil bygge konfigurasjonen din.

^{:config/secrets {:secret/dev [:config/file "./secrets/dev.txt"]}
:config/import ["./config/dev-defaults.edn"]}

;; Egendefinert konfigurasjon:
{}

;; Forøvrig kan du vise / skjule / oppdatere hemmeligheter med noe
;; kode som ligger løst i dev/matvaretabellen/dev.clj

0 comments on commit b3c0040

Please sign in to comment.