Skip to content

Commit

Permalink
reeeeeeeeeeegressions :/
Browse files Browse the repository at this point in the history
  • Loading branch information
rndrmu committed Jul 11, 2024
1 parent 6a2d012 commit 2e8793b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ MAILPW=
SMTP_SERVER=
SMTP_PORT=

POSTGRES_USER=postgres
POSTGRES_PASSWORD=averysecurepasswordyes
POSTGRES_DB=faculty_manager

# optional, but recommended if you want logs
RUST_LOG="info,sqlx=error,sqlx::query=error,sqlx::query_as=error"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rustlang/rust:nightly as builder
FROM rustlang/rust:stable as builder
ENV RUSTFLAGS="-C target-cpu=native"


Expand Down

0 comments on commit 2e8793b

Please sign in to comment.