with slqx offline
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-06 01:28:45 +01:00
parent aef00200f9
commit d5aadc5d46
3 changed files with 57 additions and 33 deletions

1
.env
View File

@@ -3,6 +3,7 @@ POSTGRES_USER=como
POSTGRES_PASSWORD=somenotverysecurepassword
DATABASE_URL="postgres://como:somenotverysecurepassword@localhost:5432/como"
SQLX_OFFLINE=true
RUST_LOG=como_api=info,como_bin=info,como_core=info,como_domain=info,como_gql=info,como_infrastructure=info,sqlx=debug,tower_http=debug
TOKEN_SECRET=something
API_PORT=3001