mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
e8fea317fa
This commit does the following: * Removes Rust development tools from the devenv since all Rust code has been removed * Removes the deprecated `id` parameter from the `devenv.yml` config, as well as making its formatting actually correct. * Updates the lockfile of the Nix flake so that all latest versions of tools that are needed are installed.
37 lines
467 B
YAML
37 lines
467 B
YAML
url: http://localhost:3000
|
|
port: 3000
|
|
|
|
db:
|
|
host: 127.0.0.1
|
|
port: 5432
|
|
|
|
db: iceshrimp
|
|
|
|
user: iceshrimp
|
|
pass: iceshrimp
|
|
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
family: 4
|
|
#sonic:
|
|
# host: localhost
|
|
# port: 1491
|
|
# auth: SecretPassword
|
|
# collection: notes
|
|
# bucket: default
|
|
|
|
#elasticsearch:
|
|
# host: localhost
|
|
# port: 9200
|
|
# ssl: false
|
|
# user:
|
|
# pass:
|
|
|
|
reservedUsernames:
|
|
- root
|
|
- admin
|
|
- administrator
|
|
- me
|
|
- system
|