Fixed env stuff

This commit is contained in:
Benjamin Sherriff
2024-05-04 14:00:54 -04:00
parent e497ce243e
commit 345dc105df
6 changed files with 32 additions and 15 deletions

27
service/.env Normal file
View File

@@ -0,0 +1,27 @@
RUST_LOG=warn,service=debug
DATABASE_USER=siren
DATABASE_PASSWORD= # FILL ME IN
DATABASE_NAME=siren
DATABASE_HOST=localhost
DATABASE_PORT=5432
KEYS_DIR_PATH= # OPTIONAL
SESSION_TTL=1440
MINIO_ROOT_USER=siren
MINIO_ROOT_PASSWORD= # FILL ME IN
MINIO_HOST=localhost
MINIO_PORT=9000
MINIO_PORT_INTERNAL=9001
REDIS_HOST=localhost
REDIS_PORT=6379
SERVICE_HOST=localhost
SERVICE_PORT=5000
DATA_DIR_PATH= # OPTIONAL
DISCORD_TOKEN= # OPTIONAL
OPENAI_API_KEY= # OPTIONAL
OPENAI_API_MODEL=gpt-3.5-turbo-0125