mob next [ci-skip] [ci skip] [skip ci]

lastFile:modules/nixos/think-gtcm.nix
This commit is contained in:
2025-11-24 17:18:59 +07:00
parent 1cd2643691
commit 52df526ac5
6 changed files with 208 additions and 27 deletions

View File

@@ -9,6 +9,52 @@
imports = [ self.nixosModules.think-gtcm ];
services.think-greaterchiangmai = {
enable = true;
settings = {
APP_NAME = "Laravel";
APP_ENV = "local";
APP_KEY = "";
APP_DEBUG = "true";
APP_URL = "http://localhost";
LOG_CHANNEL = "stack";
LOG_DEPRECATIONS_CHANNEL = "null";
LOG_LEVEL = "debug";
DB_CONNECTION = "mysql";
DB_HOST = "localhost";
DB_PORT = 3306;
DB_DATABASE = "thinkgtcm";
DB_USERNAME = "thinkgtcm";
DB_PASSWORD = "";
BROADCAST_DRIVER = "log";
CACHE_DRIVER = "file";
FILESYSTEM_DISK = "local";
QUEUE_CONNECTION = "sync";
SESSION_DRIVER = "file";
SESSION_LIFETIME = "120";
MEMCACHED_HOST = "127.0.0.1";
REDIS_HOST = "127.0.0.1";
REDIS_PASSWORD = "null";
REDIS_PORT = "6379";
AWS_ACCESS_KEY_ID = "";
AWS_SECRET_ACCESS_KEY = "";
AWS_DEFAULT_REGION = "us-east-1";
AWS_BUCKET = "";
AWS_USE_PATH_STYLE_ENDPOINT = "false";
PUSHER_APP_ID = "";
PUSHER_APP_KEY = "";
PUSHER_APP_SECRET = "";
PUSHER_HOST = "";
PUSHER_PORT = 443;
PUSHER_SCHEME = "https";
PUSHER_APP_CLUSTER = "mt1";
};
};
};
};