Sfoglia il codice sorgente

:construction: Updated env sample with new variables

tags/0.0.4
tomit4 2 anni fa
parent
commit
bd0d0b0dfb
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      backend/.env.sample

+ 2
- 2
backend/.env.sample Vedi File

5
 # API host:port
5
 # API host:port
6
 API_HOST=localhost
6
 API_HOST=localhost
7
 API_PORT=3001
7
 API_PORT=3001
8
+APP_SECRET=somesecret
9
+APP_SESSION_SALT=a;sldkja;ldksfja;sldkj
8
 
10
 
9
 USE_LOCAL_DB=true
11
 USE_LOCAL_DB=true
10
 DB_TYPE=mysql
12
 DB_TYPE=mysql
11
 
13
 
12
-
13
 # Extra pepper for auth encryption
14
 # Extra pepper for auth encryption
14
 PEPPER=kosho
15
 PEPPER=kosho
15
 APP_SECRET=mysecret
16
 APP_SECRET=mysecret
24
 DB_USER=root
25
 DB_USER=root
25
 DB_ROOT_PASSWORD=root
26
 DB_ROOT_PASSWORD=root
26
 
27
 
27
-
28
 # Config for remote planet scale production dB
28
 # Config for remote planet scale production dB
29
 PSCALE_DB_HOST=planet-scale-db
29
 PSCALE_DB_HOST=planet-scale-db
30
 PSCALE_DB_PORT=3306
30
 PSCALE_DB_PORT=3306

Loading…
Annulla
Salva