We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c216f commit 1808e33Copy full SHA for 1808e33
README.md
@@ -1,9 +1,10 @@
1
This is the part of Outdoorz which implement the business logic of the social network
2
3
All you have to do is create a .env file which has to be the same in OutdoorzSocial and OutdoorzMedia with the following fields:
4
-DB_PASSWORD=<db password>
5
-ENCRYPTION_KEY=<encryption key>
6
-JWT_SECRET=<jwt secret>
+
+DB_PASSWORD=
+ENCRYPTION_KEY=
7
+JWT_SECRET=
8
9
Note: DB_PASSWORD must be the same ad in the .env in the same dir as docker-compose or service.yaml
10
The jwt secret must be long at least 32 character.
0 commit comments