An activity interface
This commit is contained in:
parent
e987f215bb
commit
6e2fec1620
30 changed files with 847 additions and 10 deletions
24
contrib/.env-sample
Normal file
24
contrib/.env-sample
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue