fix front pagination and search

This commit is contained in:
Julien Aldon
2026-01-13 15:26:11 +01:00
parent 959d4e7281
commit d5fc8142b2
5 changed files with 29 additions and 29 deletions

View File

@@ -1,7 +1,10 @@
SERVICE_ORIGIN
DB_HOST
MARIADB_USER
SERVICE_SECRET_KEY
MARIADB_PASSWORD
MARIADB_ROOT_PASSWORD
MARIADB_DATABASE
DB_HOST=database
MARIADB_USER=root
# openssl rand -hex 32
SERVICE_SECRET_KEY=xxxx
# openssl rand -hex 12
MARIADB_PASSWORD=xxxx
# openssl rand -hex 12
MARIADB_ROOT_PASSWORD=xxxx
MARIADB_DATABASE=bookshelf
SERVICE_ORIGIN=http://localhost:8080