We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9f59e commit 964143bCopy full SHA for 964143b
deploy/backend/docker-compose/.env.server
@@ -1,10 +1,10 @@
1
# Env
2
ENVIRONMENT='prod'
3
# Database
4
-DATABASE_TYPE='mysql'
5
-DATABASE_HOST='fba_mysql'
6
-DATABASE_PORT=3306
7
-DATABASE_USER='root'
+DATABASE_TYPE='postgresql'
+DATABASE_HOST='fba_postgres'
+DATABASE_PORT=5432
+DATABASE_USER='postgres'
8
DATABASE_PASSWORD='123456'
9
# Redis
10
REDIS_HOST='fba_redis'
0 commit comments