chore: align online encryption key with local
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m42s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m42s
To enable migrating local SQLite database to online deployment, the AIRGATE_ENCRYPTION_KEY must match between environments. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2f12f9065e
commit
c28153af1b
@ -35,7 +35,7 @@ spec:
|
|||||||
- name: CORS_ALLOWED_ORIGINS
|
- name: CORS_ALLOWED_ORIGINS
|
||||||
value: "https://airgate.airlabs.art"
|
value: "https://airgate.airlabs.art"
|
||||||
- name: AIRGATE_ENCRYPTION_KEY
|
- name: AIRGATE_ENCRYPTION_KEY
|
||||||
value: "8By6udk4wn4VUQeHl_zvr8l6ZBEz77HKs_JkhwiC7FQ="
|
value: "Te5tS73ehhmFcnwIOJ-Dml2h7HfCnHcKIF6NLRRzk2w="
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: sqlite-data
|
- name: sqlite-data
|
||||||
mountPath: /app/data
|
mountPath: /app/data
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user