Initial commit
This commit is contained in:
23
manifests/nearle/nearle-config.yaml
Normal file
23
manifests/nearle/nearle-config.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nearle-config
|
||||
namespace: nearle
|
||||
labels:
|
||||
app: fiesta
|
||||
data:
|
||||
NATS_URL: "nats://66.116.226.161:4222"
|
||||
LOG_LEVEL: "info"
|
||||
# The stream is set to ORDERS as per your request
|
||||
NATS_STREAM: "ORDERS"
|
||||
# Base subject pattern - the app likely appends the path to this or uses it as a listener filter
|
||||
NATS_SUBJECT: "api.>"
|
||||
ALLOWED_ORIGINS: "*"
|
||||
ENV: "production"
|
||||
DATABASE_NAME: "nearledb"
|
||||
DB_NAME: "nearledb"
|
||||
DATABASE_PORT: "5432"
|
||||
DB_PORT: "5432"
|
||||
DATABASE_SERVER_HOST: "66.116.207.225"
|
||||
DB_HOST: "66.116.207.225"
|
||||
USER_CONTEXT_KEY: "nearle"
|
||||
Reference in New Issue
Block a user