configurable url
This commit is contained in:
@@ -23,6 +23,10 @@ server:
|
||||
port: 8080
|
||||
|
||||
storycove:
|
||||
app:
|
||||
public-url: ${STORYCOVE_PUBLIC_URL:http://localhost:6925}
|
||||
cors:
|
||||
allowed-origins: ${STORYCOVE_CORS_ALLOWED_ORIGINS:http://localhost:3000,http://localhost:6925}
|
||||
jwt:
|
||||
secret: ${JWT_SECRET:default-secret-key}
|
||||
expiration: 86400000 # 24 hours
|
||||
|
||||
Reference in New Issue
Block a user