Skip to content

Commit 7db2b4e

Browse files
committed
convert to service connector and kv secrets
1 parent 478d303 commit 7db2b4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
DBNAME=app
2+
DBHOST=localhost
3+
DBUSER=app_user
4+
DBPASS=app_password
5+
CACHELOCATION=redis://redis:6379/0
6+
SECRET_KEY=secret_key

0 commit comments

Comments
 (0)