mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-01 17:11:02 +00:00
Removing extra jwt_secrets.
This commit is contained in:
parent
67f1898a4c
commit
3ce39ab517
6 changed files with 0 additions and 7 deletions
|
@ -2,7 +2,6 @@
|
|||
hostname: lemmy-alpha:8541
|
||||
port: 8541
|
||||
tls_enabled: false
|
||||
jwt_secret: changeme
|
||||
setup: {
|
||||
admin_username: lemmy_alpha
|
||||
admin_password: lemmylemmy
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
hostname: lemmy-beta:8551
|
||||
port: 8551
|
||||
tls_enabled: false
|
||||
jwt_secret: changeme
|
||||
setup: {
|
||||
admin_username: lemmy_beta
|
||||
admin_password: lemmylemmy
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
hostname: lemmy-delta:8571
|
||||
port: 8571
|
||||
tls_enabled: false
|
||||
jwt_secret: changeme
|
||||
setup: {
|
||||
admin_username: lemmy_delta
|
||||
admin_password: lemmylemmy
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
hostname: lemmy-epsilon:8581
|
||||
port: 8581
|
||||
tls_enabled: false
|
||||
jwt_secret: changeme
|
||||
setup: {
|
||||
admin_username: lemmy_epsilon
|
||||
admin_password: lemmylemmy
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
hostname: lemmy-gamma:8561
|
||||
port: 8561
|
||||
tls_enabled: false
|
||||
jwt_secret: changeme
|
||||
setup: {
|
||||
admin_username: lemmy_gamma
|
||||
admin_password: lemmylemmy
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
bind: "0.0.0.0"
|
||||
# port where lemmy should listen for incoming requests
|
||||
port: 8536
|
||||
# json web token for authorization between server and client
|
||||
jwt_secret: "changeme"
|
||||
# settings related to the postgresql database
|
||||
# address where pictrs is available
|
||||
pictrs_url: "http://pictrs:8080"
|
||||
|
|
Loading…
Reference in a new issue