Skip to content

Commit 0f98bd3

Browse files
committed
fix: fixed sample configuration issue
1 parent 7672f0e commit 0f98bd3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

alexandrie.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ login_required = false
1515

1616
[frontend.sessions]
1717
cookie_name = "alexandrie.sid"
18-
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING"
18+
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING_THIS_TO_PRODUCTION"
1919

2020
[frontend.assets]
2121
path = "assets"

docker/mysql/alexandrie.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ login_required = false
1717

1818
[frontend.sessions]
1919
cookie_name = "alexandrie.sid"
20-
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING"
20+
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING_THIS_TO_PRODUCTION"
2121

2222
[frontend.assets]
2323
path = "assets"

docker/postgres/alexandrie.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ login_required = false
1717

1818
[frontend.sessions]
1919
cookie_name = "alexandrie.sid"
20-
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING"
20+
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING_THIS_TO_PRODUCTION"
2121

2222
[frontend.assets]
2323
path = "assets"

docker/sqlite/alexandrie.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ login_required = false
1717

1818
[frontend.sessions]
1919
cookie_name = "alexandrie.sid"
20-
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING"
20+
secret = "YOU_REALLY_SHOULD_CHANGE_THIS_BEFORE_DEPLOYING_THIS_TO_PRODUCTION"
2121

2222
[frontend.assets]
2323
path = "assets"

0 commit comments

Comments
 (0)