2023-05-11 15:11:28 +02:00
|
|
|
url: http://localhost:3000
|
|
|
|
port: 3000
|
|
|
|
|
|
|
|
db:
|
2023-10-26 08:01:25 +02:00
|
|
|
host: 127.0.0.1
|
|
|
|
port: 5432
|
2023-05-11 15:11:28 +02:00
|
|
|
|
2024-04-06 23:55:59 +02:00
|
|
|
db: trashposs
|
2023-05-11 15:11:28 +02:00
|
|
|
|
2024-04-06 23:55:59 +02:00
|
|
|
user: trashposs
|
|
|
|
pass: trashposs
|
2023-05-11 15:11:28 +02:00
|
|
|
|
|
|
|
redis:
|
2023-10-26 08:01:25 +02:00
|
|
|
host: localhost
|
|
|
|
port: 6379
|
|
|
|
family: 4
|
2023-05-11 15:11:28 +02:00
|
|
|
#sonic:
|
|
|
|
# host: localhost
|
|
|
|
# port: 1491
|
|
|
|
# auth: SecretPassword
|
|
|
|
# collection: notes
|
|
|
|
# bucket: default
|
|
|
|
|
|
|
|
reservedUsernames:
|
2023-10-26 08:01:25 +02:00
|
|
|
- root
|
|
|
|
- admin
|
|
|
|
- administrator
|
|
|
|
- me
|
|
|
|
- system
|