mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-12 22:46:46 +03:00
Fix env vars
This commit is contained in:
@@ -9,11 +9,12 @@ data:
|
|||||||
NODE_ENV: {{ $gm.nodeEnv | quote }}
|
NODE_ENV: {{ $gm.nodeEnv | quote }}
|
||||||
# Core configuration
|
# Core configuration
|
||||||
DATABASE_URL: {{ $gm.core.databaseUrl | quote }}
|
DATABASE_URL: {{ $gm.core.databaseUrl | quote }}
|
||||||
BETTER_AUTH_SECRET: {{ $gm.core.be | quote }}
|
BETTER_AUTH_SECRET: {{ $gm.core.betterAuthSecret | quote }}
|
||||||
BETTER_AUTH_URL: {{ $gm.betterAuthSecret | quote }}
|
BETTER_AUTH_URL: {{ $gm.core.betterAuthUrl | quote }}
|
||||||
|
BETTER_AUTH_TRUSTED_ORIGINS: {{ $gm.core.betterAuthTrustedOrigins | quote }}
|
||||||
# GitHub Config
|
# GitHub Config
|
||||||
GITHUB_USERNAME: {{ $gm.github.username | quote }}
|
GITHUB_USERNAME: {{ $gm.github.username | quote }}
|
||||||
PRIVATE_REPOSITORIES: {{ $gm.privateRepositories | quote }}
|
PRIVATE_REPOSITORIES: {{ $gm.github.privateRepositories | quote }}
|
||||||
MIRROR_STARRED: {{ $gm.mirror.starred | quote }}
|
MIRROR_STARRED: {{ $gm.mirror.starred | quote }}
|
||||||
SKIP_FORKS: {{ $gm.github.skipForks | quote }}
|
SKIP_FORKS: {{ $gm.github.skipForks | quote }}
|
||||||
SKIP_STARRED_ISSUES: {{ $gm.github.skipStarredIssues | quote }}
|
SKIP_STARRED_ISSUES: {{ $gm.github.skipStarredIssues | quote }}
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ gitea-mirror:
|
|||||||
encryptionSecret: ""
|
encryptionSecret: ""
|
||||||
betterAuthSecret: ""
|
betterAuthSecret: ""
|
||||||
betterAuthUrl: "http://localhost:4321"
|
betterAuthUrl: "http://localhost:4321"
|
||||||
|
betterAuthTrustedOrigins: "http://localhost:4321"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
username: ""
|
username: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user