File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ APP_ENV = prod
2+ APP_SECRET =
3+
4+ DB_USER = your-database_user_name
5+ DB_PASS = your-database_password
6+ DB_HOST = your-database_host
7+ DB_NAME = Time
8+
9+ MESSENGER_TRANSPORT_DSN = doctrine://default?auto_setup=0
10+
11+ MAILER_DSN = null://null
12+
13+ MERCURE_URL = https://example.com/.well-known/mercure
14+
15+ MERCURE_PUBLIC_URL = https://example.com/.well-known/mercure
16+
17+ MERCURE_JWT_SECRET = " !ChangeThisMercureHubJWTSecretKey!"
18+
19+
20+ # ##> lexik/jwt-authentication-bundle ###
21+ JWT_PRIVATE_KEY_PATH = %kernel.project_dir%/config/jwt/private.pem
22+ JWT_PUBLIC_KEY_PATH = %kernel.project_dir%/config/jwt/public.pem
23+ JWT_PASSPHRASE =
24+ # ##< lexik/jwt-authentication-bundle ###
25+
26+ VITE_CACHE_DB_NAME =
27+ VITE_CACHE_STORE_NAME =
28+ VITE_GOOGLE_CLIENT_ID =
29+ VITE_GOOGLE_REDIRECT_URI =
30+ VITE_PUSH_PUBLIC_KEY =
31+ VITE_PUSH_PRIVATE_KEY =
You can’t perform that action at this time.
0 commit comments