Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d90f63d

Browse files
committed
fix: change APP_KEY to type string
1 parent 1d024e0 commit d90f63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diploi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parameterGroups:
1919
- name: AppKey
2020
identifier: APP_KEY
2121
defaultValue: "base64:QKSsyj5wEfP5vQrGKljJ3Hck0p36LqUkxG54bESiD/M="
22-
type: secret
22+
type: string
2323
description: Laravel application encryption key
2424
- name: AppDebug
2525
identifier: APP_DEBUG

0 commit comments

Comments
 (0)