mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 05:16:12 +02:00
🐳 Frontend configuration on env var
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
parent
1ebce37e17
commit
bb15924c95
3 changed files with 97 additions and 0 deletions
9
docker/images/files/config.js
Normal file
9
docker/images/files/config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
// Frontend configuration
|
||||
|
||||
//var penpotPublicURI = "https://penpot.example.com";
|
||||
//var penpotDemoWarning = <true|false>;
|
||||
//var penpotAllowDemoUsers = <true|false>;
|
||||
//var penpotGoogleClientID = "<google-client-id-here>";
|
||||
//var penpotGitlabClientID = "<gitlab-client-id-here>";
|
||||
//var penpotGithubClientID = "<github-client-id-here>";
|
||||
//var penpotLoginWithLDAP = <true|false>;
|
Loading…
Add table
Add a link
Reference in a new issue