Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
readded env template
  • Loading branch information
NOXCIS committed Jan 2, 2024
1 parent 6cb3913 commit d9fa642
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions client/env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Api settings
TZ=UTC
VITE_API_HOST=localhost
VITE_API_PROTOCOL=http
VITE_API_PORT=3001
VITE_COMMIT_SHA=some_sha
# To display darkwire version
VITE_COMMIT_SHA=some_sha

# Set max transferable file size in MB
VITE_MAX_FILE_SIZE=4


15 changes: 15 additions & 0 deletions server/env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Abuse mail configuration
MAILGUN_API_KEY=api-key
MAILGUN_DOMAIN=darkwire.io
[email protected]
ABUSE_FROM_EMAIL_ADDRESS=Darkwire <[email protected]>

CLIENT_DIST_DIRECTORY='client/dist'

ROOM_HASH_SECRET='some-uuid'

SITE_URL=https://darkwire.io

# Store configuration
STORE_BACKEND=memory

0 comments on commit d9fa642

Please sign in to comment.