Skip to content

Commit

Permalink
chore: update .env.genesis variables
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jul 20, 2024
1 parent a94eb01 commit 2783fb1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .env.genesis
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Genesis configuration file
# See https://github.com/simonwep/genesis for more information
GENESIS_PORT=8080
GENESIS_BASE_URL=/
GENESIS_DB_PATH=.data
GENESIS_CREATE_USERS=admin!:hgEiPCZP,test:EczUR8dn
GENESIS_AUTHORIZED_URIS=localhost:3000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PATH="$PNPM_HOME:$PATH"
ENV OCULAR_BUILD_VERSION=${OCULAR_BUILD_VERSION}
ENV OCULAR_BUILD_SHA=${OCULAR_BUILD_SHA}

RUN npx pnpm install --global pnpm@8
RUN npx pnpm install --global pnpm@9
WORKDIR /app

COPY package.json pnpm-lock.yaml /app/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Your data stays on your server and is not shared with anyone else.
### Production

This app is deployed using [docker-compose](https://docs.docker.com/compose/).
This app can be deployed using [docker-compose](https://docs.docker.com/compose/).
See [ocular-docker](https://github.com/simonwep/ocular-docker) for deployment.

### Contributing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"sass": "1.77.6",
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-optimize-css-modules": "1.0.6",
"vite-plugin-optimize-css-modules": "1.1.0",
"vite-plugin-pwa": "0.20.0",
"vite-tsconfig-paths": "4.3.2",
"vue-tsc": "2.0.26",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2783fb1

Please sign in to comment.