From 076b82aa1f6e659ccbc2c57853ff765912795289 Mon Sep 17 00:00:00 2001 From: cerberus Date: Wed, 28 Jan 2026 11:04:51 +0100 Subject: [PATCH] add port --- ocular/example.env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ocular/example.env b/ocular/example.env index c3fb9b8..8084ccf 100644 --- a/ocular/example.env +++ b/ocular/example.env @@ -8,4 +8,6 @@ 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! -# GENESIS_CREATE_USERS=my-admin-username!:my-very-secure-password \ No newline at end of file +# GENESIS_CREATE_USERS=my-admin-username!:my-very-secure-password + +PORT=4030 \ No newline at end of file