Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Commit

Permalink
chore: add static settings for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Nov 24, 2024
1 parent e2806df commit 07bd853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/settings.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ app_root_path: "/api"
environment: development
database_uri: "mongodb://mongoadmin:secret@db:27017/db?authSource=admin" # Database URL, f.e. "mongodb://mongoadmin:secret@localhost:27017/db?authSource=admin"
session_secret_key: "very-secret-key" # use `openssl rand -hex 32` to generate a random key
static_mount_path: /static
static_directory: .

0 comments on commit 07bd853

Please sign in to comment.