mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 17:47:10 +00:00
chore(nix/package/docker/aio): clean up
This commit is contained in:
@@ -6,8 +6,8 @@ nocodb_env_path='/run/nocodb.dynamic.env'
|
||||
kernal_env_store_dir="/run/kernelenvs"
|
||||
s6_services_temp_path='/run/s6-service-temp'
|
||||
|
||||
aio_postgres_enable=true
|
||||
aio_minio_enable=true
|
||||
_aio_postgres_enable_default=true
|
||||
_aio_minio_enable_default=true
|
||||
|
||||
log() {
|
||||
echo env processor: "$@"
|
||||
@@ -48,6 +48,11 @@ env_aio_set() {
|
||||
*) log ignoring unknown aio env "$key=$value"
|
||||
esac
|
||||
done
|
||||
|
||||
[ -z "$aio_minio_enable" ] &&
|
||||
aio_minio_enable="$_aio_minio_enable_default"
|
||||
[ -z "$aio_postgres_enable" ] &&
|
||||
aio_postgres_enable="$_aio_postgres_enable_default"
|
||||
}
|
||||
|
||||
env_aio_act() {
|
||||
|
||||
Reference in New Issue
Block a user