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