You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Specifies an secret key associated with your S3 instance
107
102
AWS_SECRET_ACCESS_KEY=
108
-
# The Default region name identifies the S3 Region whose servers you want to send your requests to by default
103
+
# The Default region name identifies the S3 Region whose servers
104
+
# you want to send your requests to by default
109
105
AWS_DEFAULT_REGION= <DEFAULT 'us-east-1'>
110
106
# Specifies the endpoint that is used for all service requests
111
107
S3_ENDPOINT=
112
-
# When set to true, the bucket name is always left in the request URI and never moved to the host as a sub-domain.
108
+
# When set to true, the bucket name is always left in the request
109
+
# URI and never moved to the host as a sub-domain.
113
110
S3_FORCE_PATH_STYLE=
114
111
# Bucket used
115
112
S3_BUCKET=
@@ -123,26 +120,31 @@ GITHUB_MAX_REPO_SIZE=
123
120
PG_HOST=<DEFAULT 'localhost'>
124
121
PG_PORT=<DEFAULT 5432>
125
122
PG_DATABASE=<DEFAULT 'wasmo'>
126
-
# This optional environment variable is used in conjunction with POSTGRES_PASSWORD to set a user and its password. This variable will create the specified user with superuser power and a database with the same name
123
+
# This optional environment variable is used in conjunction with
124
+
# POSTGRES_PASSWORD to set a user and its password. This variable will create the specified user with superuser power and a database with the same name
127
125
PG_USER=<DEFAULT 'postgres'>
128
-
# It must not be empty or undefined. This environment variable sets the superuser password for PostgreSQL
126
+
# It must not be empty or undefined. This environment variable
127
+
# sets the superuser password for PostgreSQL
129
128
PG_PASSWORD=<DEFAULT 'password'>
130
129
PG_POOL_SIZE=<DEFAULT 20>
131
-
# Number of milliseconds a client must sit idle in the pool and not be checked out before it is disconnected from the backend and discarded
130
+
# Number of milliseconds a client must sit idle in the pool and not
131
+
# be checked out before it is disconnected from the backend and discarded
132
132
PG_IDLE_TIMEOUT_MILLIS=<DEFAULT 30000>
133
-
# Number of milliseconds to wait before timing out when connecting a new client by default this is 0 which means no timeout
133
+
# Number of milliseconds to wait before timing out when connecting
134
+
# a new client by default this is 0 which means no timeout
134
135
PG_CONNECTION_TIMEOUT_MILLIS=<DEFAULT 2000>
135
136
136
-
# Manager
137
-
138
-
# The location of the plugin templates. This can be a URL or a file path starting with file://
137
+
# The location of the plugin templates. This can be a URL or a file
138
+
# path starting with file://
139
139
MANAGER_TEMPLATES=
140
140
MANAGER_MAX_PARALLEL_JOBS= <DEFAULT 2>
141
-
# The domains allowed to call the Wasmo backend. This list is used by the CORS policy.
0 commit comments