This commit is contained in:
Paul Schneider
2025-02-23 21:34:24 +00:00
parent b38f006658
commit f5cd272957

View File

@ -11,9 +11,9 @@ In this doc, let's say, `FreeField`
Wait ... `pschneider.fr` Wait ... `pschneider.fr`
You'll have to see with your provider, in order to power it, and make it point to your host ip, at least concerning the ports 80 & 443. You'll have to see with your provider, in order to power it, and make it point to your host ip, at least concerning the ports 80 & 443.
### An Npgsql db ### A Postgresql db
The database must be created, and we need its connection string, allowed to modify the dd The database must be created, and we need its connection string, allowed to modify the data dictionary
### A mailling service ### A mailling service
@ -24,5 +24,3 @@ You'll need to send e-mail ... using smtp and the provider of your choice.
I'll have to make with it, a least a moment, it needs a *service account*, and some setup, I'll have to make with it, a least a moment, it needs a *service account*, and some setup,
in the `appsettings.*.json` file, and in the `appsettings.*.json` file, and
the execution environment variable GOOGLE_APPLICATION_CREDENTIALS to a value pointing the json description file for the Google Service account. the execution environment variable GOOGLE_APPLICATION_CREDENTIALS to a value pointing the json description file for the Google Service account.