2026-01-28 10:56:27 +01:00
|
|
|
# JWT secret known only to your token generator
|
|
|
|
|
# You can use `openssl rand -base64 48` for this.
|
2026-01-28 11:00:00 +01:00
|
|
|
GENESIS_JWT_SECRET=dkfshgsrhgfnvkölwjr9wEH$(FJASEF)
|
2026-01-28 10:56:27 +01:00
|
|
|
|
|
|
|
|
# JWT expiration in minutes
|
|
|
|
|
GENESIS_JWT_TOKEN_EXPIRATION=60
|
|
|
|
|
|
|
|
|
|
# Use ! as suffix for the username to indicate that this user should be created as an admin.
|
|
|
|
|
# Admins can add, remove and edit users, you can create multiple users by separating them with a comma.
|
|
|
|
|
# Comment this out if you already have users created!
|
2026-01-28 11:04:51 +01:00
|
|
|
# GENESIS_CREATE_USERS=my-admin-username!:my-very-secure-password
|
|
|
|
|
|
|
|
|
|
PORT=4030
|