update readme

This commit is contained in:
nmaillat
2025-05-17 00:30:28 +02:00
parent 9247b05419
commit 0147e8167f

View File

@@ -197,8 +197,13 @@ export PHRASEANET_APP_PORT=8082
``` ```
If you want persit this change you can also save your change in a files named `env.local` or `.env.local` If you want persit this change you can also save your change in a files named `env.local` or `.env.local`
<<<<<<< HEAD
These files are git ignored and permit stack customization without git conflict generation. These files are git ignored and permit stack customization without git conflict generation.
=======
These files are git ignored and permit stack customization without git conflict generation.
>>>>>>> update readme
If you are not interested in the development of Phraseanet, you can ignore everything in `.env` after the `DEV Purpose` part. If you are not interested in the development of Phraseanet, you can ignore everything in `.env` after the `DEV Purpose` part.
@@ -219,7 +224,6 @@ This script is useful if you are using the database container within the stack.
see more here ![stack](doc/infra/compose/stack.md) see more here ![stack](doc/infra/compose/stack.md)
### Using a env.local method for custom .env values ### Using a env.local method for custom .env values
It may be easier to deal with a local file to manage our env variables. It may be easier to deal with a local file to manage our env variables.