Skip to content

Commit

Permalink
- changed .env templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Chip3211 committed Sep 18, 2024
1 parent 16ab0d0 commit 6452406
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions example/.env.minimal-template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
FLAVORMATE_DATA_PATH=file:/opt/files

FLAVORMATE_BACKEND_URL=http://localhost
FLAVORMATE_FRONTEND_URL=http://localhost

# Admin Account
FLAVORMATE_ADMIN_USERNAME=
FLAVORMATE_ADMIN_DISPLAYNAME=
FLAVORMATE_ADMIN_MAIL=
FLAVORMATE_ADMIN_PASSWORD=

# Database
DB_HOST=localhost:5432
DB_USER=
DB_PASSWORD=
DB_DATABASE=
4 changes: 2 additions & 2 deletions example/.env.template
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FLAVORMATE_DATA_PATH=file:${user.home}/.flavormate/files
FLAVORMATE_DATA_PATH=file:/opt/files

FLAVORMATE_PORT=8095
FLAVORMATE_HIGHLIGHT_COUNT=14
FLAVORMATE_PATH=/api
FLAVORMATE_JWT_TOKEN=/opt/app/secret.key

FLAVORMATE_BACKEND_URL=http://localhost
FLAVORMATE_FRONTEND_URL=https://app.flavormate.de
FLAVORMATE_FRONTEND_URL=http://localhost

# Admin Account
FLAVORMATE_ADMIN_USERNAME=
Expand Down

0 comments on commit 6452406

Please sign in to comment.