Skip to content

Commit

Permalink
Ops changes
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Aug 26, 2024
1 parent eb2ce1a commit 6c60366
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ops/cloud_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ After=txor.service
Restart=always
RestartSec=1
WorkingDirectory=/home/compass/app/current
ExecStart=/usr/local/bin/clojure -J-Dclojure.main.report=stderr -Dclojure.server.repl='{:port 5555 :accept clojure.core.server/repl}' -A:prod -M -m co.gaiwan.compass run --env prod --config /home/compass/config.edn
ExecStart=/usr/local/bin/clojure -J-Dclojure.main.report=stderr -J-Dclojure.server.repl='{:port 5555 :accept clojure.core.server/repl}' -A:prod -M -m co.gaiwan.compass run --env prod --config /home/compass/config.edn
User=compass
[Install]
Expand Down
1 change: 1 addition & 0 deletions ops/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ server {

# Static files
location /_static {}
location /uploads {}
}
1 change: 0 additions & 1 deletion resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
<logger name="datomic.peer" level="WARN" />
<logger name="datomic.log" level="WARN" />
<logger name="co.gaiwan.compass.db" level="DEBUG" />

</configuration>

0 comments on commit 6c60366

Please sign in to comment.