Skip to content

Commit

Permalink
remove sample and refer to source sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed May 30, 2023
1 parent 46595c6 commit cbd7e4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,13 @@ Par défaut, la structure des fichiers est la suivante
- config/
- geonature_config.toml
- media/
- usershub
- usershub/
- config/
- config.py
- atlas/
- config/
- config.py
- custom/
```

Expand All @@ -72,11 +76,14 @@ Voir la documentation des différentes applications pour renseigner les fichiers
- Il faut au moins renseigner la variable `SECRET_KEY`.
- [fichier exemple pour UsersHub](./sources/UsersHub/config/config.py.sample)
- [fichier exemple pour TaxHub](./sources/TaxHub/apptax/config.py.sample)
- [fichier exemple pour GeoNature-atlas](./sources/GeoNature-atlas/atlas/configuration/config.py.sample)

à noter que certaines variables seront fournies en tant que variables d'environnement (voir les fichiers [docker-compose](./docker-compose.yml))

comme par exemple `URL_APPLICATION` ou `SQLALCHEMY_DATABASE_URI`

comme par exemple:
- `URL_APPLICATION`
- `SQLALCHEMY_DATABASE_URI`
- ...
### Variables d'environnement

Ces variable peuvent être définie dans un fichier `.env`.
Expand Down
1 change: 1 addition & 0 deletions scripts/init_applications_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ fi

touch data/apps/taxhub/config/config.py
touch data/apps/usershub/config/config.py
touch data/apps/atlas/config/config.py

0 comments on commit cbd7e4d

Please sign in to comment.