mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: firefly-iii test
This commit is contained in:
parent
674c1ab3e3
commit
0550894a5f
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ in
|
||||||
settings = {
|
settings = {
|
||||||
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
|
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
|
||||||
SITE_OWNER = email.address0;
|
SITE_OWNER = email.address0;
|
||||||
VIRTUAL_HOST = host;
|
# VIRTUAL_HOST = host;
|
||||||
VIRTUAL_PORT = service.ports.port1;
|
# VIRTUAL_PORT = service.ports.port1;
|
||||||
# DB_PORT = 3306;
|
# DB_PORT = 3306;
|
||||||
DB_DATABASE = "firefly";
|
DB_DATABASE = "firefly";
|
||||||
DB_USERNAME = "firefly";
|
DB_USERNAME = "firefly";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue