add enviroment variable for golang beckend close #6
This commit is contained in:
12
backend/example/example.env
Normal file
12
backend/example/example.env
Normal file
@@ -0,0 +1,12 @@
|
||||
ENV=development
|
||||
GIN_MODE=release
|
||||
DEBUG=false
|
||||
SPA=directory_of_spa_files
|
||||
WORKING_DIR=.
|
||||
URL=your_local_url
|
||||
PORT=your_local_port
|
||||
HTTPS=true
|
||||
PRIVKEY=your_certificate_key_file
|
||||
FULLCHAIN=your_certificate_fullchain_file
|
||||
ACCESS_SECRET=your_32bit_long_access_secret
|
||||
REFRESH_SECRET=your_32bit_long_referesh_secret
|
||||
Reference in New Issue
Block a user