Fix Docuseal crash: remove invalid DATABASE_URL, let it default to SQLite
This commit is contained in:
@@ -26,8 +26,6 @@ spec:
|
||||
key: secret_key_base
|
||||
- name: FORCE_SSL
|
||||
value: "false"
|
||||
- name: DATABASE_URL
|
||||
value: sqlite3:///data/docuseal.sqlite3
|
||||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
|
||||
Reference in New Issue
Block a user