Skip to content

Commit

Permalink
commas
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Sep 28, 2024
1 parent 8c6befd commit e0a19c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ make dev

The instant server will run at [localhost:8888](http://localhost:8888) and you can connect to nrepl on port 6005.


### Config

If you want to make any changes to your configuration, update the `resources/config/override.edn` file that was created when you ran `make docker-compose` or `make bootstrap-oss`. `src/config_edn.clj` has a spec that describes the data for the file, or you can look at `resources/config/dev.edn` for an example.
Expand Down
2 changes: 1 addition & 1 deletion server/dev-postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ RUN apt-get update && \
apt-get autoremove -y && \
apt-get clean

CMD ["postgres" "-c" "wal_level=logical" "-c" "max_replication_slots=4" "-c" "max_wal_senders=4"]
CMD ["postgres", "-c", "wal_level=logical", "-c", "max_replication_slots=4", "-c", "max_wal_senders=4"]

0 comments on commit e0a19c8

Please sign in to comment.