rework new app
This commit is contained in:
+8
-1
@@ -1,3 +1,10 @@
|
||||
DATASOURCE=
|
||||
# pgx, postgresql, mysql
|
||||
DRIVERNAME=pgx
|
||||
# enable / disable migrations
|
||||
MIGRATE=
|
||||
# as example
|
||||
DATASOURCE=postgresql://developer:secret@localhost:5432/db?sslmode=disable
|
||||
# hex string format
|
||||
ASYMMETRICKEY=
|
||||
# in minutes
|
||||
DURATION=
|
||||
|
||||
Reference in New Issue
Block a user