From 7006edec27c7f602b27d545f215b5691c537b719 Mon Sep 17 00:00:00 2001 From: Ehan Date: Mon, 27 Jan 2025 19:05:00 +0000 Subject: [PATCH] update documentation again again --- docs/dev/production/api-setup.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/dev/production/api-setup.md b/docs/dev/production/api-setup.md index e3fdf8c8..8ece5c3e 100644 --- a/docs/dev/production/api-setup.md +++ b/docs/dev/production/api-setup.md @@ -80,8 +80,6 @@ Set a secure password for the `postgres` user: Run the commands in [quizfreely/config/db/quizfreely-db-setup.sql](../../../config/db/quizfreely-db-setup.sql) to setup all the users, schemas, tables, & functions. You can just copy and paste all the commands from the file into the database shell. -We used sparse-checkout to clone the repository, so you will NOT find `config/` on your/our cloned copy. Only `api/` (and/or `web/`) will exist on your/our cloned copy. You can get `quizfreely-db-setup.sql` from Quizfreely's Codeberg/GitHub. - After you run those commands, there will be a user named `quizfreely_api`. We need to set its password: ```sh \password quizfreely_api