Compare commits
No commits in common. "81ce4fdb4cbdd27f985810400b4f01ca1049a02e" and "6ff6ce5052debd050983cb6759203e060510cd36" have entirely different histories.
81ce4fdb4c
...
6ff6ce5052
@ -48,4 +48,4 @@ services:
|
|||||||
# container_name: MyINPulse-back
|
# container_name: MyINPulse-back
|
||||||
# ports:
|
# ports:
|
||||||
# - "8081:8080"
|
# - "8081:8080"
|
||||||
#
|
|
@ -42,11 +42,11 @@ services:
|
|||||||
# ports:
|
# ports:
|
||||||
# - "8080:80"
|
# - "8080:80"
|
||||||
|
|
||||||
#back:
|
back:
|
||||||
# build:
|
build:
|
||||||
# context: ./MyINPulse-back/
|
context: ./MyINPulse-back/
|
||||||
# dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# container_name: MyINPulse-back
|
container_name: MyINPulse-back
|
||||||
# ports:
|
ports:
|
||||||
# - "8081:8080"
|
- "8081:8080"
|
||||||
|
|
@ -45,11 +45,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
|
||||||
#back:
|
back:
|
||||||
# build:
|
build:
|
||||||
# context: ./MyINPulse-back/
|
context: ./MyINPulse-back/
|
||||||
# dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
# container_name: MyINPulse-back
|
container_name: MyINPulse-back
|
||||||
# #ports:
|
#ports:
|
||||||
# # - "8081:8080"
|
# - "8081:8080"
|
||||||
|
|
@ -59,7 +59,6 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
modificationDate:
|
modificationDate:
|
||||||
type: string
|
type: string
|
||||||
example: 02-05-2025
|
|
||||||
project:
|
project:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@ -69,7 +68,6 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
creationDate:
|
creationDate:
|
||||||
type: string
|
type: string
|
||||||
example: 02-05-2025
|
|
||||||
logo:
|
logo:
|
||||||
example: to be discussed not yet fixed
|
example: to be discussed not yet fixed
|
||||||
type: string
|
type: string
|
||||||
@ -86,10 +84,8 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
appointmentDate:
|
appointmentDate:
|
||||||
type: string
|
type: string
|
||||||
example: 02-05-2025
|
|
||||||
appointmentTime:
|
appointmentTime:
|
||||||
type: string
|
type: string
|
||||||
example: '10:15:30'
|
|
||||||
appointmentDuration:
|
appointmentDuration:
|
||||||
type: string
|
type: string
|
||||||
appointmentPlace:
|
appointmentPlace:
|
||||||
@ -107,7 +103,7 @@ components:
|
|||||||
MyINPulse-entrepreneur: Utilisateur
|
MyINPulse-entrepreneur: Utilisateur
|
||||||
servers:
|
servers:
|
||||||
- url: 'http://localhost:8081/'
|
- url: 'http://localhost:8081/'
|
||||||
description: Backend server
|
description: Backend developper server
|
||||||
paths:
|
paths:
|
||||||
/admin/projects:
|
/admin/projects:
|
||||||
get:
|
get:
|
||||||
|
@ -37,6 +37,7 @@ components:
|
|||||||
flows:
|
flows:
|
||||||
implicit:
|
implicit:
|
||||||
authorizationUrl: http://localhost:7080
|
authorizationUrl: http://localhost:7080
|
||||||
|
description: keycloak server
|
||||||
scopes:
|
scopes:
|
||||||
MyINPulse-admin: Administrateur
|
MyINPulse-admin: Administrateur
|
||||||
MyINPulse-entrepreneur: Utilisateur
|
MyINPulse-entrepreneur: Utilisateur
|
||||||
|
@ -50,7 +50,6 @@ sectionCell:
|
|||||||
type: string
|
type: string
|
||||||
modificationDate:
|
modificationDate:
|
||||||
type: string
|
type: string
|
||||||
example: "02-05-2025"
|
|
||||||
|
|
||||||
project:
|
project:
|
||||||
type: object
|
type: object
|
||||||
@ -61,7 +60,6 @@ project:
|
|||||||
type: string
|
type: string
|
||||||
creationDate:
|
creationDate:
|
||||||
type: string
|
type: string
|
||||||
example: "02-05-2025"
|
|
||||||
logo:
|
logo:
|
||||||
example: to be discussed not yet fixed
|
example: to be discussed not yet fixed
|
||||||
type: string
|
type: string
|
||||||
@ -80,10 +78,8 @@ appointement:
|
|||||||
properties:
|
properties:
|
||||||
appointmentDate:
|
appointmentDate:
|
||||||
type: string
|
type: string
|
||||||
example: "02-05-2025"
|
|
||||||
appointmentTime:
|
appointmentTime:
|
||||||
type: string
|
type: string
|
||||||
example: "10:15:30"
|
|
||||||
appointmentDuration:
|
appointmentDuration:
|
||||||
type: string
|
type: string
|
||||||
appointmentPlace:
|
appointmentPlace:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user