-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
42 lines (37 loc) · 1.6 KB
/
.env
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
30
31
32
33
34
35
36
37
38
39
40
41
42
# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
# * .env contains default values for the environment variables needed by the app
# * .env.local uncommitted file with local overrides
# * .env.$APP_ENV committed environment-specific defaults
# * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=7b44cdcd59728943d75506e304b6d81f
###< symfony/framework-bundle ###
WIKISOURCE=eclipse-savage.fandom.com
DATABASE_URL=mongodb://localhost:27017
DATABASE_NAME=eclipsephase_dev
### Stable diffusion
STABLE_DIFFUSION_HOSTNAME=192.168.43.168
STABLE_DIFFUSION_MAC=d4:d8:53:f6:8d:2a
###> symfony/mercure-bundle ###
# See https://symfony.com/doc/current/mercure.html#configuration
# The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
MERCURE_URL=
# The public URL of the Mercure hub, used by the browser to connect
MERCURE_PUBLIC_URL=
# The secret used to sign the JWTs
MERCURE_JWT_SECRET="Arthur, j'apprécie les fruits au sirop"
###< symfony/mercure-bundle ###
### Algorithm microservice API
ALGORITHM_PORT=3333
### Ollama microservice API
OLLAMA_BASE_URL=http://ganism.local:11434