-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-example
More file actions
29 lines (23 loc) · 1022 Bytes
/
.env-example
File metadata and controls
29 lines (23 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
QUARKUS_DATASOURCE_USERNAME=fyreplace
QUARKUS_DATASOURCE_PASSWORD=fyreplace
QUARKUS_DATASOURCE_JDBC_URL=jdbc:postgresql://localhost/fyreplace
QUARKUS_S3_ENDPOINT_OVERRIDE=https://storage.example.org
QUARKUS_S3_AWS_REGION=eu-west-1
QUARKUS_S3_AWS_CREDENTIALS_TYPE=static
QUARKUS_S3_AWS_CREDENTIALS_STATIC_PROVIDER_ACCESS_KEY_ID=key-id
QUARKUS_S3_AWS_CREDENTIALS_STATIC_PROVIDER_SECRET_ACCESS_KEY=secret-key
QUARKUS_MAILER_HOST=smtp.example.org
QUARKUS_MAILER_FROM=noreply@example.org
QUARKUS_MAILER_USERNAME=postmaster@example.org
QUARKUS_MAILER_PASSWORD=password
QUARKUS_SENTRY_DSN=https://sentry.example.org
QUARKUS_SENTRY_ENVIRONMENT=local
QUARKUS_SENTRY_TRACES_SAMPLE_RATE=1.0
MP_JWT_VERIFY_PUBLICKEY=public-key-content
SMALLRYE_JWT_SIGN_KEY=private-key-content
APP_URL=https://api.fyreplace.example.org
APP_FRONT_URL=https://fyreplace.example.org
APP_WEBSITE_URL=https://www.fyreplace.example.org
APP_STORAGE_TYPE=s3
APP_STORAGE_S3_BUCKET=fyreplace
APP_STORAGE_S3_CUSTOM_ENDPOINT=https://cdn.storage.example.org