24 lines
527 B
Text
24 lines
527 B
Text
|
|
# parametres de déploiement au Makefile
|
|||
|
|
|
|||
|
|
POSTGRES_HOST=localhost
|
|||
|
|
POSTGRES_PORT=5432
|
|||
|
|
POSTGRES_DB=yavsc
|
|||
|
|
POSTGRES_USER=yavsc
|
|||
|
|
POSTGRES_PASSWORD=<your-password-here>
|
|||
|
|
|
|||
|
|
HTTP_HOST=localhost
|
|||
|
|
|
|||
|
|
Org_PORT=83
|
|||
|
|
Blogs_PORT=85
|
|||
|
|
Api_PORT=87
|
|||
|
|
|
|||
|
|
PostIt_CLIENT_ID=postit
|
|||
|
|
|
|||
|
|
ASPNETCORE_Smtp__Host="mercure.pschneider.fr"
|
|||
|
|
ASPNETCORE_Smtp__Port=465
|
|||
|
|
ASPNETCORE_Smtp__SenderName="Paul Schneider"
|
|||
|
|
ASPNETCORE_Smtp__SenderEmail="paul@pschneider.fr"
|
|||
|
|
ASPNETCORE_Smtp__UserName="paul"
|
|||
|
|
ASPNETCORE_Smtp__Password="<your-smtp-password-here>"
|
|||
|
|
|
|||
|
|
DESTDIR=/srv/www/yavsc
|