This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
java/de/filefighter/rest/configuration Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 10
10
public class RestConfiguration {
11
11
12
12
//Custom static constants
13
- public static final String BASE_API_URI = "/api/ v1" ;
13
+ public static final String BASE_API_URI = "v1" ;
14
14
public static final String AUTHORIZATION_BASIC_PREFIX = "Basic " ;
15
15
public static final String AUTHORIZATION_BEARER_PREFIX = "Bearer " ;
16
16
public static final String FS_BASE_URI = "/filesystem/" ;
Original file line number Diff line number Diff line change 1
- # ------------------- Overwriting prod mongo config------------ ---
1
+ # ----------------- Overwriting prod mongo config---
2
2
spring.data.mongodb.database =${DB_NAME}
3
3
spring.data.mongodb.host =${DB_CONTAINER_NAME}
4
4
spring.data.mongodb.username =${DB_USERNAME}
5
5
spring.data.mongodb.password =${DB_PASSWORD}
6
- # ----------------- Custom ----------------------
7
- filefighter.disable-password-check =false
6
+ # ----------------- Custom --------------------------
7
+ filefighter.disable-password-check =false
8
+ # ----------------- ReverseProxyOnly ----------------
9
+ server.servlet.context-path =/api/
You can’t perform that action at this time.
0 commit comments