Skip to content

Commit 1e6b7e3

Browse files
committed
feat: leaderboard frontend implementation
1 parent 2a942e2 commit 1e6b7e3

25 files changed

+1558
-212
lines changed

.production.env.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ DB_HOST=postgres
1111
DB_PORT=
1212
DB_USER=
1313
DB_PASSWORD=
14+
SQLX_OFFLINE=true
1415

1516
UPLOADED_NOTES_PATH=cfmn/notes/uploaded
1617
PREVIEWS_PATH=cfmn/previews/uploaded
1718
STATIC_FILES_URL=http://static.metakgp.org
1819

1920
# Set according to docker-compose.yml
20-
LOG_LOCATION=/app/log
21+
LOG_LOCATION=/app/log/backend.log
2122
STATIC_FILE_STORAGE_LOCATION=/app/static_files
2223

0 commit comments

Comments
 (0)