generated from betagouv/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.local
52 lines (52 loc) · 1.97 KB
/
.env.local
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
43
44
45
46
47
48
49
50
51
52
APLYPRO_ASP_FILENAME=aplypro_test_dev
APLYPRO_ASP_FTP_DROP_FOLDER=depot
APLYPRO_ASP_FTP_HOST=asp-mock
APLYPRO_ASP_FTP_PASSWORD=pass
APLYPRO_ASP_FTP_PORT=22
APLYPRO_ASP_FTP_READ_FOLDER=retour
APLYPRO_ASP_FTP_USER=asp
APLYPRO_ASP_MASA_UNITE_SUIVI=asp masa
APLYPRO_ASP_MENJ_PRIVATE_UNITE_SUIVI=menj private
APLYPRO_ASP_MENJ_PUBLIC_UNITE_SUIVI=menj public
APLYPRO_ASP_MER_UNITE_SUIVI=asp mer
APLYPRO_ASP_OIDC_CLIENT_ID=asp client id
APLYPRO_ASP_OIDC_CLIENT_SECRET=asp client secret
APLYPRO_ASP_OIDC_HOST=localhost:1080
APLYPRO_ASP_OIDC_ISSUER=localhost:3001/realms/aplypro-asp
APLYPRO_ASP_OIDC_REDIRECT_URI=http://localhost:3000/auth/asp/callback
APLYPRO_ASP_OIDC_SCOPE=openid
APLYPRO_ASP_PROGRAM_CODE=asp program code
APLYPRO_ASP_SITE_OPERATOR=asp siteop
APLYPRO_ASP_USER_CODE=asp user code
APLYPRO_CAS_CLIENT_ID=aplypro masa id
APLYPRO_CAS_CLIENT_SECRET=aplypro cas secret
APLYPRO_CAS_REDIRECT_URI=nope
APLYPRO_CAS_SITE_ROOT=nope
APLYPRO_ESTABLISHMENTS_DATA_URL=http://mock:3002/etab-info
APLYPRO_FIM_CLIENT_ID=aplypro fim id
APLYPRO_FIM_CLIENT_SECRET=aplypro fim secret
APLYPRO_FIM_HOST=localhost:1080 # FIXME=keycloak via Docker is a nightmare
APLYPRO_FIM_ISSUER=localhost:3001/realms/aplypro-local
APLYPRO_FIM_REDIRECT_URI=http://localhost:3000/auth/fim/callback
APLYPRO_FIM_SCOPE=openid email profile lescopes
APLYPRO_FREGATA_KEY_ID=aplypro-fregata-key
APLYPRO_FREGATA_SECRET=aplypro-fregata-secret
APLYPRO_FREGATA_URL=http://mock:3002/fregata
APLYPRO_S3_ACCESS_KEY_ID=s3
APLYPRO_S3_BUCKET=s3
APLYPRO_S3_PAYMENTS_BUCKET=asp s3
APLYPRO_S3_ENDPOINT=s3
APLYPRO_S3_REGION=s3
APLYPRO_S3_SECRET_KEY_ID=s3
APLYPRO_SYGNE_CLIENT_ID=local sygne client id
APLYPRO_SYGNE_SECRET=local sygne secret
APLYPRO_SYGNE_TOKEN_URL=http://mock:3002/sygne/token
APLYPRO_SYGNE_URL=http://mock:3002/sygne/
DATABASE_URL='postgresql://postgres:dummy@db:5433'
APLYPRO_SENTRY_DNS=
APLYPRO_SIDEKIQ_PASSWORD=devpassword
APLYPRO_SIDEKIQ_USER=devteam
REDIS_URL='redis://redis'
RUBY_DEBUG_HOST=0.0.0.0
RUBY_DEBUG_NO_RELINE="true"
RUBY_DEBUG_PORT=12345