Skip to content

Commit ce00e05

Browse files
committed
Minor fixes
1 parent 948a8ef commit ce00e05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Check this file to know what can and should be set using these two files.
243243

244244
### The `.env` file
245245

246-
The `.env` contains environment variables which need to be accessed by the OS or by other services, such as the database.
246+
The `.env` contains environment variables which can to be accessed by the OS or by other services, such as the database.
247247

248248
#### With SQLite
249249

@@ -324,7 +324,7 @@ There are at least 5 distinct ways to do so outside the use of factories, ranked
324324

325325
> [!IMPORTANT]
326326
> Using factories is the recommended way.
327-
> All others methods are legacy and kept here for historical reasons.
327+
> All others methods are legacy and kept here for historical reasons (excepted using Titan, which is the way users create their account in production).
328328
> Feel free to create other users other ways for learning purposes.
329329
330330
Note that registration and activation are distinct steps when calling calls to the API, so for fun you may register one way and activate your account another way (if you create your user directly in database, this distinction is not relevant).

config.template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ AUTH_CLIENTS:
9999
SQLITE_DB: app.db # If set, the application use a SQLite database instead of PostgreSQL, for testing or development purposes (if possible PostgreSQL should be used instead)
100100
DATABASE_DEBUG: False # If True, will print all SQL queries in the console
101101
LOG_DEBUG_MESSAGES: False
102-
NB_WORKERS: 6 # Not yet used...
103102
104103
#############
105104
# Factories #

0 commit comments

Comments
 (0)