Initial Mebbling hub implementation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
DATABASE_PATH=/app/data/hub.db
|
||||
SESSION_SECRET=replace-with-a-long-random-secret
|
||||
TOKEN_ENCRYPTION_KEY=replace-with-64-hex-characters
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=change-me-before-first-start
|
||||
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
||||
UPLOAD_MAX_BYTES=10485760
|
||||
SYNC_INTERVAL_MINUTES=60
|
||||
# Optional: create the first Memos source for the bootstrap admin.
|
||||
SEED_MEMOS_NAME=
|
||||
SEED_MEMOS_URL=
|
||||
SEED_MEMOS_TOKEN=
|
||||
Reference in New Issue
Block a user